Remove the NIXPKGS_CA_BY_DEFAULT env variable
Not really needed, and not desired either
This commit is contained in:
parent
cc5b30c6ac
commit
559c5792ef
|
@ -91,8 +91,7 @@ in rec {
|
||||||
|
|
||||||
, __contentAddressed ?
|
, __contentAddressed ?
|
||||||
(! attrs ? outputHash) # Fixed-output drvs can't be content addressed too
|
(! attrs ? outputHash) # Fixed-output drvs can't be content addressed too
|
||||||
&& (config.contentAddressedByDefault or false
|
&& (config.contentAddressedByDefault or false)
|
||||||
|| builtins.getEnv "NIXPKGS_CA_BY_DEFAULT" == "1")
|
|
||||||
|
|
||||||
, ... } @ attrs:
|
, ... } @ attrs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue