Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 2511824

Browse files
committed
Ignore kernel configuration errors
Fixes #113 See NixOS/nixpkgs#366004
1 parent 628e512 commit 2511824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overlays/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ let
6363
features.efiBootStub = false;
6464
kernelPatches =
6565
if kernel ? "patches" then kernel.patches else [ ];
66+
ignoreConfigErrors = true;
6667
}).overrideAttrs
6768
(oldAttrs: {
6869
postConfigure = ''

0 commit comments

Comments
 (0)