stdenv-darwin: kill old impure Darwin stdenv

I'll be moving the other one over it next commit (I split it into two to
improve git's rename detection)
This commit is contained in:
Dan Peebles
2016-01-03 21:06:24 -05:00
parent e81ae8e5a0
commit 01b0b3cec0
5 changed files with 0 additions and 557 deletions
-3
View File
@@ -36,9 +36,6 @@ rec {
# Linux standard environment.
stdenvLinux = (import ./linux { inherit system allPackages platform config lib; }).stdenvLinux;
# Darwin standard environment.
stdenvDarwin = (import ./darwin { inherit system allPackages platform config;}).stdenvDarwin;
# Pure Darwin standard environment. Allows building with the sandbox enabled. To use,
# you can add this to your nixpkgs config:
#