linux/kernel/manual-config: Only import from derivation when explicitly asked to
This commit is contained in:
parent
f0694a3151
commit
298b5ccdab
@ -92,7 +92,9 @@ in
|
|||||||
config,
|
config,
|
||||||
# Manually specified features the kernel supports
|
# Manually specified features the kernel supports
|
||||||
# If unspecified, this will be autodetected from the .config
|
# If unspecified, this will be autodetected from the .config
|
||||||
features ? readFeatures config
|
features ? optionalAttrs allowImportFromDerivation (readFeatures config),
|
||||||
|
# Whether to utilize the controversial import-from-derivation feature to parse the config
|
||||||
|
allowImportFromDerivation ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user