noBrokenSymlinks: apply lib.recurseIntoAttrs to set of tests

For consistency with the outer `tests.stdenv.hooks` attrset.
This commit is contained in:
Rhys-T
2025-03-05 15:43:55 -05:00
parent 0354b63bf9
commit 0f17943751

View File

@@ -7,7 +7,9 @@
# 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
compress-man-pages =
let