tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
added pssh to darwin
CJ Toolseram
8 years ago
bd79f231
193c4c57
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
pssh
default.nix
+1
-1
pkgs/tools/networking/pssh/default.nix
···
19
19
'';
20
20
inherit (src.meta) homepage;
21
21
license = licenses.bsd3;
22
22
-
platforms = platforms.linux;
22
22
+
platforms = platforms.linux ++ platforms.darwin;
23
23
maintainers = with maintainers; [ chris-martin ];
24
24
};
25
25
}