Update default.nix

Needed to make kernel build if options from patch are missing.
This commit is contained in:
damianoognissanti 2024-01-16 18:41:29 +01:00 committed by GitHub
parent 6b5d311cb6
commit e57f8c264a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ let
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "sha256-nuYn5MEJrsf8o+2liY6B0gGvLH6y99nX2UwfDhIFVGw=";
};
ignoreConfigErrors=true;
};