Merge pull request #32182 from cjtoolseram/master

added pssh to darwin

Changed files
+1 -1
pkgs
tools
networking
+1 -1
pkgs/tools/networking/pssh/default.nix
···
'';
inherit (src.meta) homepage;
license = licenses.bsd3;
-
platforms = platforms.linux;
+
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ chris-martin ];
};
}