Revert "Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix"

This reverts commit 8c80a29a75.
This commit is contained in:
Eelco Dolstra
2019-04-29 09:47:21 +02:00
parent 54c22e639c
commit 3b04bc7be5

View File

@@ -84,7 +84,7 @@ in
by Hydra.
'';
tests = recurseIntoAttrs (callPackages ../test {});
tests = callPackages ../test {};
### Nixpkgs maintainer tools