Fix prePatch not taking effect (Fix #73)

This commit is contained in:
Lan Tian 2026-05-01 22:09:03 -07:00
parent 65f066926c
commit d6b88f7dd9
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -103,6 +103,8 @@ lib.makeOverridable (
]
++ cachyosPatches
++ patches;
inherit prePatch;
postPatch = ''
install -Dm644 ${cachyosConfigFile} arch/x86/configs/cachyos_defconfig
''