tests/integration: simplify pkgs.linkFarm usage

This commit is contained in:
Benedikt Rips
2025-10-27 08:29:23 +01:00
committed by Austin Horstman
parent a93d80bcec
commit 5a728e434d

View File

@@ -30,7 +30,4 @@ let
dconf = runTest ./standalone/dconf.nix;
};
in
tests
// {
all = pkgs.linkFarm "all" (pkgs.lib.mapAttrsToList (name: path: { inherit name path; }) tests);
}
tests // { all = pkgs.linkFarm "all" tests; }