From d6b88f7dd99022d5757b912337d7fe416170d35d Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Fri, 1 May 2026 22:09:03 -0700 Subject: [PATCH] Fix prePatch not taking effect (Fix #73) --- kernel-cachyos/mkCachyKernel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel-cachyos/mkCachyKernel.nix b/kernel-cachyos/mkCachyKernel.nix index 39c1870..693fdfc 100644 --- a/kernel-cachyos/mkCachyKernel.nix +++ b/kernel-cachyos/mkCachyKernel.nix @@ -103,6 +103,8 @@ lib.makeOverridable ( ] ++ cachyosPatches ++ patches; + + inherit prePatch; postPatch = '' install -Dm644 ${cachyosConfigFile} arch/x86/configs/cachyos_defconfig ''