mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
8 lines
96 B
Nix
8 lines
96 B
Nix
|
{stdenv, vs}:
|
||
|
|
||
|
{
|
||
|
buildSolution = import ./buildSolution.nix {
|
||
|
inherit stdenv vs;
|
||
|
};
|
||
|
}
|