Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix
This reverts commit 014c26d75bb5323de7cc2c0399bf73cfd5d8a36b.
recurseIntoAttrs is needed in order to evaluate the tests in release.nix.
See 014c26d75b
cc @edolstra
This commit is contained in:
parent
0a83993430
commit
8c80a29a75
@ -84,7 +84,7 @@ in
|
|||||||
by Hydra.
|
by Hydra.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
tests = callPackages ../test {};
|
tests = recurseIntoAttrs (callPackages ../test {});
|
||||||
|
|
||||||
### Nixpkgs maintainer tools
|
### Nixpkgs maintainer tools
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user