kernel: Fix missing config options from platform
common-config.nix has:
${kernelPlatform.kernelExtraConfig or ""}
and indeed kernelExtraConfig is in hostPlatform.platform, and not in
hostPlatform. (Ugh.).
This commit is contained in:
parent
5e8ae8d597
commit
685ceb999e
@ -46,7 +46,7 @@ let
|
||||
|
||||
config = import ./common-config.nix {
|
||||
inherit stdenv version extraConfig;
|
||||
kernelPlatform = hostPlatform;
|
||||
kernelPlatform = hostPlatform.platform;
|
||||
features = kernelFeatures; # Ensure we know of all extra patches, etc.
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user