mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +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;
|
||||
kernelPatches =
|
||||
if kernel ? "patches" then kernel.patches else [ ];
|
||||
ignoreConfigErrors = true;
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
postConfigure = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue