forked from mirrors/nixpkgs
linux: Pass through configuration file
This enables "nix-build -A linux.configfile" to get the generated kernel config.
This commit is contained in:
parent
f1508b3a23
commit
50ab972b5a
|
@ -76,7 +76,7 @@ let
|
|||
(isModular || (config.isDisabled "FIRMWARE_IN_KERNEL"));
|
||||
in (optionalAttrs isModular { outputs = [ "out" "dev" ]; }) // {
|
||||
passthru = {
|
||||
inherit version modDirVersion config kernelPatches;
|
||||
inherit version modDirVersion config kernelPatches configfile;
|
||||
};
|
||||
|
||||
inherit src;
|
||||
|
|
Loading…
Reference in a new issue