Commit abf2b9d1 authored by dramforever's avatar dramforever
Browse files

linuxPackages_custom: Default allowImportFromDerivation to false

Since #434608, we no longer need to use allowImportFromDerivation if
configfile is a path, which does not require IFD to read. Default it to
false.
parent 9c9848be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,7 @@ in
      src,
      modDirVersion ? lib.versions.pad 3 version,
      configfile,
      allowImportFromDerivation ? true,
      allowImportFromDerivation ? false,
    }:
    recurseIntoAttrs (
      packagesFor (manualConfig {