linux/kernel/manual-config: Only import from derivation when explicitly asked to

This commit is contained in:
Shea Levy 2012-07-29 13:26:39 -04:00
parent f0694a3151
commit 298b5ccdab

View file

@ -92,7 +92,9 @@ in
config,
# Manually specified features the kernel supports
# 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