nixpkgs/pkgs/build-support/vsenv/default.nix

8 lines
97 B
Nix

{stdenv, vs}:
{
buildSolution = import ./build-solution.nix {
inherit stdenv vs;
};
}