From 0f1794375126c36acf1cf3dfeb119b5b2b0bb7f6 Mon Sep 17 00:00:00 2001 From: Rhys-T <108157737+Rhys-T@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:43:55 -0500 Subject: [PATCH] noBrokenSymlinks: apply `lib.recurseIntoAttrs` to set of tests For consistency with the outer `tests.stdenv.hooks` attrset. --- pkgs/test/stdenv/hooks.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/test/stdenv/hooks.nix b/pkgs/test/stdenv/hooks.nix index b90b60780b86..aa138040d50f 100644 --- a/pkgs/test/stdenv/hooks.nix +++ b/pkgs/test/stdenv/hooks.nix @@ -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