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
commit 520c7a1e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''