github-hosts-sync: add nettools

This commit is contained in:
tv 2019-05-17 13:53:55 +02:00
parent e91f56a409
commit 2950b893b0

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
path = stdenv.lib.makeBinPath [
pkgs.git
pkgs.nettools
pkgs.openssh
pkgs.rsync
];