mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
2b7faad594
svn path=/nixpkgs/trunk/; revision=22277
8 lines
97 B
Nix
8 lines
97 B
Nix
{stdenv, vs}:
|
|
|
|
{
|
|
buildSolution = import ./build-solution.nix {
|
|
inherit stdenv vs;
|
|
};
|
|
}
|