nixpkgs/pkgs/build-support/vsenv/default.nix
2010-06-15 11:32:19 +00:00

8 lines
96 B
Nix

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