tests/integration: simplify pkgs.linkFarm usage

This commit is contained in:
Benedikt Rips
2026-04-13 22:02:40 -05:00
committed by Austin Horstman
parent a93d80bcec
commit 5a728e434d
+1 -4
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; }