nixos/scx: add new schedulers

This commit is contained in:
John Titor 2024-12-08 23:32:45 +05:30
parent df399abc31
commit b4aacf5ab5
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -40,15 +40,18 @@ in
type = lib.types.enum [ type = lib.types.enum [
"scx_bpfland" "scx_bpfland"
"scx_central" "scx_central"
"scx_flash"
"scx_flatcg" "scx_flatcg"
"scx_lavd" "scx_lavd"
"scx_layered" "scx_layered"
"scx_mitosis"
"scx_nest" "scx_nest"
"scx_pair" "scx_pair"
"scx_qmap" "scx_qmap"
"scx_rlfifo" "scx_rlfifo"
"scx_rustland" "scx_rustland"
"scx_rusty" "scx_rusty"
"scx_sdt"
"scx_simple" "scx_simple"
"scx_userland" "scx_userland"
]; ];