about summary refs log tree commit diff
path: root/pkgs/stdenv/default.nix
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-01-03 21:06:24 -0500
committerDan Peebles <pumpkin@me.com>2016-01-03 21:06:24 -0500
commit01b0b3cec0139cc47acca8109fdb4bdbd1734c45 (patch)
tree5a04a38796a362cabbca51e46a3a193724bfe891 /pkgs/stdenv/default.nix
parente81ae8e5a053a37bde64753bffa6b1a60984b7e3 (diff)
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)
Diffstat (limited to 'pkgs/stdenv/default.nix')
-rw-r--r--pkgs/stdenv/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index da93229ce94c6..71c50f751b18d 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -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:
   #