Remove disabling nova_core for causing build failures

This commit is contained in:
Lan Tian 2025-12-19 16:44:21 -08:00
parent 8a368bfdfe
commit ee03bfdd01
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -103,9 +103,6 @@ lib.makeOverridable (
NR_CPUS = lib.mkForce (option (freeform "8192")); NR_CPUS = lib.mkForce (option (freeform "8192"));
LOCALVERSION = freeform defaultLocalVersion; LOCALVERSION = freeform defaultLocalVersion;
# https://github.com/xddxdd/nix-cachyos-kernel/issues/13
NOVA_CORE = no;
# Follow NixOS default config to not break etc overlay # Follow NixOS default config to not break etc overlay
OVERLAY_FS = module; OVERLAY_FS = module;
OVERLAY_FS_REDIRECT_DIR = no; OVERLAY_FS_REDIRECT_DIR = no;