This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2bfb9a5458
nixpkgs
/
pkgs
/
build-support
/
vsenv
/
default.nix
8 lines
97 B
Nix
Raw
Blame
History
{
stdenv
,
vs
}:
{
buildSolution
=
import
./build-solution.nix
{
inherit
stdenv
vs
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink