Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix
This reverts commit014c26d75b
. recurseIntoAttrs is needed in order to evaluate the tests in release.nix. See014c26d75b
cc @edolstra
This commit is contained in:
parent
0a83993430
commit
8c80a29a75
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in
|
|||
by Hydra.
|
||||
'';
|
||||
|
||||
tests = callPackages ../test {};
|
||||
tests = recurseIntoAttrs (callPackages ../test {});
|
||||
|
||||
### Nixpkgs maintainer tools
|
||||
|
||||
|
|
Loading…
Reference in a new issue