move pure stdenv into a new directory, bring back the old one
remove __impure from non-darwin OSes
This commit is contained in:
@@ -37,7 +37,13 @@ rec {
|
||||
stdenvLinux = (import ./linux { inherit system allPackages platform config lib; }).stdenvLinux;
|
||||
|
||||
# Darwin standard environment.
|
||||
stdenvDarwin = (import ./darwin { inherit system allPackages platform config;}).stage5;
|
||||
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:
|
||||
#
|
||||
# replaceStdenv = {pkgs}: pkgs.allStdenvs.stdenvDarwinPure
|
||||
stdenvDarwinPure = (import ./pure-darwin { inherit system allPackages platform config;}).stage5;
|
||||
|
||||
# Select the appropriate stdenv for the platform `system'.
|
||||
stdenv =
|
||||
|
||||
Reference in New Issue
Block a user