nixos/scx: remove dead reference to scx.rustland

This commit is contained in:
John Titor 2024-11-23 01:17:54 +05:30
parent a08c650eb5
commit 9480c8be07
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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.