mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "scx.cscheds: move env variable into env for structuredAttrs"
This commit is contained in:
parent
f44f7788c8
commit
520c7a1e49
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
__structuredAttrs = true;
|
||||
env.EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
|
||||
EXPECTED_SCHEDULERS = finalAttrs.passthru.schedulers;
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue