mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Ignore kernel configuration errors
Fixes #113 See https://github.com/NixOS/nixpkgs/pull/366004
This commit is contained in:
parent
628e512d60
commit
2511824848
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