Remove the NIXPKGS_CA_BY_DEFAULT env variable

Not really needed, and not desired either
This commit is contained in:
regnat 2021-04-26 16:20:13 +02:00
parent cc5b30c6ac
commit 559c5792ef

View File

@ -91,8 +91,7 @@ in rec {
, __contentAddressed ?
(! attrs ? outputHash) # Fixed-output drvs can't be content addressed too
&& (config.contentAddressedByDefault or false
|| builtins.getEnv "NIXPKGS_CA_BY_DEFAULT" == "1")
&& (config.contentAddressedByDefault or false)
, ... } @ attrs: