Revert "scx.cscheds: move env variable into env for structuredAttrs" (#524373)

This commit is contained in:
K900
2026-05-26 09:24:34 +00:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
];
__structuredAttrs = true;
env.EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
doInstallCheck = true;
installCheckPhase = ''