Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 6, 2023
1 parent 34dedc1 commit 28cb43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/linux-cachyos/kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
[ ]
else if cachyConfig.cpuSched == "cachyos" || cachyConfig.cpuSched == "hardened" then
[ "${patches-src}/${major}/sched/0001-bore-cachy.patch" ]
else if cachyConfig.cpuSched == "bore-cachy" then
else if cachyConfig.cpuSched == "sched-ext" then
[
"${patches-src}/${major}/sched/0001-sched-ext.patch"
"${patches-src}/${major}/sched/0001-bore-cachy-ext.patch"
Expand Down

0 comments on commit 28cb43f

Please sign in to comment.