mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
tests/integration: simplify pkgs.linkFarm usage
This commit is contained in:
committed by
Austin Horstman
parent
a93d80bcec
commit
5a728e434d
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user