Remove the NIXPKGS_CA_BY_DEFAULT env variable

Not really needed, and not desired either
wip/yesman
regnat 3 years ago
parent cc5b30c6ac
commit 559c5792ef
  1. 3
      pkgs/stdenv/generic/make-derivation.nix

@ -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…
Cancel
Save