mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Ignore kernel config errors
This used to be ignored by default on aarch64, but now unstable disables that behavior and the rpi config fails.
This commit is contained in:
parent
f317116725
commit
4a907bb194
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