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:
@@ -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:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user