mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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 ?
|
||||
(! 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user