Merge pull request #117 from JamieMagee/ignoreConfigErrors

Ignore kernel configuration errors
This commit is contained in:
Travis Staton 2025-02-21 20:22:56 -05:00 committed by GitHub
commit e4c33b4abb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ''