scx.cscheds: move EXPECTED_SCHEDULERS into env

This commit is contained in:
Stefan Frijters
2026-07-07 15:09:06 +02:00
parent 8a5e1477c4
commit 303f1e6e53
+2 -1
View File
@@ -1,4 +1,5 @@
{
lib,
fetchFromGitHub,
llvmPackages,
libbpf,
@@ -49,7 +50,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
];
__structuredAttrs = true;
EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
env.EXPECTED_SCHEDULERS = lib.concatStringsSep " " finalAttrs.passthru.schedulers;
doInstallCheck = true;
installCheckPhase = ''