From 0f37bc057176867f8675490a684ff0c331acd66f Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Mon, 8 Dec 2025 19:23:06 -0800 Subject: [PATCH] Auto detect modDirVersion for each kernel --- kernel-cachyos/mkCachyKernel.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel-cachyos/mkCachyKernel.nix b/kernel-cachyos/mkCachyKernel.nix index be9af2c..4462be3 100644 --- a/kernel-cachyos/mkCachyKernel.nix +++ b/kernel-cachyos/mkCachyKernel.nix @@ -58,8 +58,6 @@ let defconfig = "cachyos_defconfig"; - modDirVersion = "${ver0}"; - # Clang has some incompatibilities with NixOS's default kernel config ignoreConfigErrors = lto;