noBrokenSymlinks: apply lib.recurseIntoAttrs to set of tests
For consistency with the outer `tests.stdenv.hooks` attrset.
This commit is contained in:
parent
0354b63bf9
commit
0f17943751
@ -7,7 +7,9 @@
|
|||||||
# ordering should match defaultNativeBuildInputs
|
# ordering should match defaultNativeBuildInputs
|
||||||
|
|
||||||
{
|
{
|
||||||
no-broken-symlinks = import ./no-broken-symlinks.nix { inherit stdenv lib pkgs; };
|
no-broken-symlinks = lib.recurseIntoAttrs (
|
||||||
|
import ./no-broken-symlinks.nix { inherit stdenv lib pkgs; }
|
||||||
|
);
|
||||||
# TODO: add audit-tmpdir
|
# TODO: add audit-tmpdir
|
||||||
compress-man-pages =
|
compress-man-pages =
|
||||||
let
|
let
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user