Merge pull request #100558 from thefloweringash/nix-default-stdenv
nix: build with default stdenv
This commit is contained in:
commit
ee813768c0
|
@ -3,7 +3,6 @@
|
||||||
, stateDir ? "/nix/var"
|
, stateDir ? "/nix/var"
|
||||||
, confDir ? "/etc"
|
, confDir ? "/etc"
|
||||||
, boehmgc
|
, boehmgc
|
||||||
, stdenv, llvmPackages_6
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -190,8 +189,6 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit storeDir stateDir confDir boehmgc;
|
inherit storeDir stateDir confDir boehmgc;
|
||||||
} // stdenv.lib.optionalAttrs stdenv.cc.isClang {
|
|
||||||
stdenv = llvmPackages_6.stdenv;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
nixUnstable = lib.lowPrio (callPackage common rec {
|
nixUnstable = lib.lowPrio (callPackage common rec {
|
||||||
|
|
Loading…
Reference in New Issue