From 8e14a2fa5377dc45d48a6a58286881951b782c46 Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:15:57 +0100 Subject: [PATCH] nixosTests.scx: add scx_beerland --- nixos/tests/scx/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/scx/default.nix b/nixos/tests/scx/default.nix index d321314b4ef6..6865390737f8 100644 --- a/nixos/tests/scx/default.nix +++ b/nixos/tests/scx/default.nix @@ -11,6 +11,7 @@ services.scx.enable = true; specialisation = { + beerland.configuration.services.scx.scheduler = "scx_beerland"; bpfland.configuration.services.scx.scheduler = "scx_bpfland"; cosmos.configuration.services.scx.scheduler = "scx_cosmos"; flash.configuration.services.scx.scheduler = "scx_flash"; @@ -27,6 +28,7 @@ testScript = '' specialisation = [ + "beerland", "bpfland", "cosmos", "flash",