mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Fix prePatch not taking effect (Fix #73)
This commit is contained in:
parent
65f066926c
commit
d6b88f7dd9
@ -103,6 +103,8 @@ lib.makeOverridable (
|
|||||||
]
|
]
|
||||||
++ cachyosPatches
|
++ cachyosPatches
|
||||||
++ patches;
|
++ patches;
|
||||||
|
|
||||||
|
inherit prePatch;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
install -Dm644 ${cachyosConfigFile} arch/x86/configs/cachyos_defconfig
|
install -Dm644 ${cachyosConfigFile} arch/x86/configs/cachyos_defconfig
|
||||||
''
|
''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user