added pssh to darwin

+1 -1
+1 -1
pkgs/tools/networking/pssh/default.nix
··· 19 ''; 20 inherit (src.meta) homepage; 21 license = licenses.bsd3; 22 - platforms = platforms.linux; 23 maintainers = with maintainers; [ chris-martin ]; 24 }; 25 }
··· 19 ''; 20 inherit (src.meta) homepage; 21 license = licenses.bsd3; 22 + platforms = platforms.linux ++ platforms.darwin; 23 maintainers = with maintainers; [ chris-martin ]; 24 }; 25 }