mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
Ensure BORE patch is applied both for rt and rt-bore
This commit is contained in:
parent
bf8f7b1084
commit
fca2f9c24e
@ -85,7 +85,7 @@ lib.makeOverridable (
|
|||||||
|
|
||||||
cachyosConfigFile = "${inputs.cachyos-kernel.outPath}/${configVariant}/config";
|
cachyosConfigFile = "${inputs.cachyos-kernel.outPath}/${configVariant}/config";
|
||||||
cachyosPatches = builtins.map (p: "${inputs.cachyos-kernel-patches.outPath}/${patchVersion}/${p}") (
|
cachyosPatches = builtins.map (p: "${inputs.cachyos-kernel-patches.outPath}/${patchVersion}/${p}") (
|
||||||
(lib.optional (cpusched == "bore") "sched/0001-bore-cachy.patch")
|
(lib.optional (cpusched == "bore" || cpusched == "rt-bore") "sched/0001-bore-cachy.patch")
|
||||||
++ (lib.optional (cpusched == "bmq") "sched/0001-prjc-cachy.patch")
|
++ (lib.optional (cpusched == "bmq") "sched/0001-prjc-cachy.patch")
|
||||||
++ (lib.optional hardened "misc/0001-hardened.patch")
|
++ (lib.optional hardened "misc/0001-hardened.patch")
|
||||||
++ (lib.optional rt "misc/0001-rt-i915.patch")
|
++ (lib.optional rt "misc/0001-rt-i915.patch")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user