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