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:
Will Fancher 2025-02-17 14:26:17 -05:00
parent f317116725
commit 4a907bb194

View file

@ -63,6 +63,7 @@ let
features.efiBootStub = false;
kernelPatches =
if kernel ? "patches" then kernel.patches else [ ];
ignoreConfigErrors = true;
}).overrideAttrs
(oldAttrs: {
postConfigure = ''