This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced
2024-12-28 06:14:26 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7b28208b00
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 15:32:19 +04:00
{
stdenv
,
vs
}:
{
Renamed buildSolution => build-solution svn path=/nixpkgs/trunk/; revision=22277
2010-06-15 16:23:28 +04: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 15:32:19 +04:00
inherit
stdenv
vs
;
}
;
}
Reference in New Issue
Copy Permalink