This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
19c497050e
nixpkgs
/
pkgs
/
build-support
/
vsenv
/
default.nix
8 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Added my very experimental Visual Studio build stuff. You should be even more brave to use this svn path=/nixpkgs/trunk/; revision=22273
2010-06-15 12:32:19 +01:00
{
stdenv
,
vs
}:
{
Renamed buildSolution => build-solution svn path=/nixpkgs/trunk/; revision=22277
2010-06-15 13:23:28 +01:00
buildSolution
=
import
./build-solution.nix
{
Added my very experimental Visual Studio build stuff. You should be even more brave to use this svn path=/nixpkgs/trunk/; revision=22273
2010-06-15 12:32:19 +01:00
inherit
stdenv
vs
;
}
;
}
Copy permalink