mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
linux: fix structuredExtraConfig
This commit is contained in:
@@ -139,11 +139,11 @@ let
|
||||
|
||||
structuredConfigFromPatches = map (
|
||||
{
|
||||
extraStructuredConfig ? { },
|
||||
structuredExtraConfig ? { },
|
||||
...
|
||||
}:
|
||||
{
|
||||
settings = extraStructuredConfig;
|
||||
settings = structuredExtraConfig;
|
||||
}
|
||||
) kernelPatches;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user