From 4a907bb194f7dc86f916b2c4286f1b0bfef9618b Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Mon, 17 Feb 2025 14:26:17 -0500 Subject: [PATCH] Ignore kernel config errors This used to be ignored by default on aarch64, but now unstable disables that behavior and the rpi config fails. --- overlays/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/default.nix b/overlays/default.nix index 1ad69a6..d073b89 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -63,6 +63,7 @@ let features.efiBootStub = false; kernelPatches = if kernel ? "patches" then kernel.patches else [ ]; + ignoreConfigErrors = true; }).overrideAttrs (oldAttrs: { postConfigure = ''