This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
nixpkgs
Watch
0
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-17 07:13:23 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
4ac19877d7
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 13:32:19 +02:00
{
stdenv
,
vs
}:
{
Renamed buildSolution => build-solution svn path=/nixpkgs/trunk/; revision=22277
2010-06-15 14:23:28 +02: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 13:32:19 +02:00
inherit
stdenv
vs
;
}
;
}
Reference in a new issue
Copy permalink