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