Commit 559c5792 authored by regnat's avatar regnat
Browse files

Remove the NIXPKGS_CA_BY_DEFAULT env variable

Not really needed, and not desired either
parent cc5b30c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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: