summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-05-17 13:53:55 +0200
committertv <tv@krebsco.de>2019-05-17 13:53:55 +0200
commit2950b893b03253ef8000e939915bb9c8c1f1f524 (patch)
tree442f4779bbe5404b0540050bae2078fcc30fe691
parente91f56a4092b47aea6dd62e015176c0a45b6e0e6 (diff)
github-hosts-sync: add nettools
-rw-r--r--krebs/5pkgs/simple/github-hosts-sync/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/github-hosts-sync/default.nix b/krebs/5pkgs/simple/github-hosts-sync/default.nix
index 5caf225c..fbc48fa3 100644
--- a/krebs/5pkgs/simple/github-hosts-sync/default.nix
+++ b/krebs/5pkgs/simple/github-hosts-sync/default.nix
@@ -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
];