Skip to content

Commit

Permalink
oops (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Dec 6, 2023
1 parent 28cb43f commit ac3a2c4
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 @@ -41,7 +41,7 @@ let
"${patches-src}/${major}/sched/0001-sched-ext.patch"
"${patches-src}/${major}/sched/0001-bore-cachy-ext.patch"
]
else throw "Unsupported cachyos _cpu_sched";
else throw "Unsupported cachyos _cpu_sched=${toString cachyConfig.cpuSched}";
in
(linuxManualConfig {
inherit stdenv src version features randstructSeed;
Expand Down

0 comments on commit ac3a2c4

Please sign in to comment.