Skip to content

Commit

Permalink
[Backport release-24.05] scx.csheds -> scx.cscheds: fix typo in name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Nov 1, 2024
2 parents 4f032f9 + 768921f commit f18ab3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/scx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let

in
mkScxScheduler "c" {
schedulerName = "scx_csheds";
schedulerName = "scx_cscheds";

postPatch = ''
rm meson-scripts/fetch_bpftool
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/scx/scx_full.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
scx,
mkScxScheduler,
}:
scx.csheds.overrideAttrs (oldAttrs: {
scx.cscheds.overrideAttrs (oldAttrs: {
pname = "scx_full";
postInstall =
(oldAttrs.postInstall or "")
Expand Down

0 comments on commit f18ab3b

Please sign in to comment.