Revert "scx.cscheds: move env variable into env for structuredAttrs"

This commit is contained in:
K900
2026-05-26 12:19:21 +03:00
committed by GitHub
parent f44f7788c8
commit 520c7a1e49
+1 -1
View File
@@ -49,7 +49,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
]; ];
__structuredAttrs = true; __structuredAttrs = true;
env.EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers; EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
doInstallCheck = true; doInstallCheck = true;
installCheckPhase = '' installCheckPhase = ''