scx.csheds -> scx.cscheds: fix typo in name (#352811)

This commit is contained in:
Masum Reza
2024-11-01 19:14:57 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ let
{ rlfifo = import ./scx_rlfifo; }
{ rustland = import ./scx_rustland; }
{ rusty = import ./scx_rusty; }
{ csheds = import ./scx_csheds.nix; }
{ cscheds = import ./scx_cscheds.nix; }
{ full = import ./scx_full.nix; }
];
in
@@ -54,7 +54,7 @@ let
in
mkScxScheduler "c" {
schedulerName = "scx_csheds";
schedulerName = "scx_cscheds";
postPatch = ''
rm meson-scripts/fetch_bpftool
+1 -1
View File
@@ -4,7 +4,7 @@
scx,
mkScxScheduler,
}:
scx.csheds.overrideAttrs (oldAttrs: {
scx.cscheds.overrideAttrs (oldAttrs: {
pname = "scx_full";
postInstall =
(oldAttrs.postInstall or "")