mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
Merge pull request #117 from JamieMagee/ignoreConfigErrors
Ignore kernel configuration errors
This commit is contained in:
commit
e4c33b4abb
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ let
|
||||||
features.efiBootStub = false;
|
features.efiBootStub = false;
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
if kernel ? "patches" then kernel.patches else [ ];
|
if kernel ? "patches" then kernel.patches else [ ];
|
||||||
|
ignoreConfigErrors = true;
|
||||||
}).overrideAttrs
|
}).overrideAttrs
|
||||||
(oldAttrs: {
|
(oldAttrs: {
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue