From 9480c8be07f51fd1f750342cf368ef5682b6da15 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:17:54 +0530 Subject: [PATCH] nixos/scx: remove dead reference to scx.rustland --- nixos/modules/services/scheduling/scx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/scheduling/scx.nix b/nixos/modules/services/scheduling/scx.nix index 279d13539b4f..20c7f13dded3 100644 --- a/nixos/modules/services/scheduling/scx.nix +++ b/nixos/modules/services/scheduling/scx.nix @@ -24,10 +24,10 @@ in type = lib.types.package; default = pkgs.scx.full; defaultText = lib.literalExpression "pkgs.scx.full"; - example = lib.literalExpression "pkgs.scx.rustland"; + example = lib.literalExpression "pkgs.scx.rustscheds"; description = '' `scx` package to use. `scx.full`, which includes all schedulers, is the default. - You may choose a minimal package, such as `pkgs.scx.rustland`, if only one specific scheduler is needed. + You may choose a minimal package, such as `pkgs.scx.rustscheds`. ::: {.note} Overriding this does not change the default scheduler; you should set `services.scx.scheduler` for it.