summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin B <robin@broda.me>2020-04-06 02:45:01 +0200
committerGitHub <noreply@github.com>2020-04-06 02:45:01 +0200
commit1d34740e0ade2a645a4e37f43537dd510820b9a9 (patch)
treed362bc5214195fe627bca9ea4984467342fc083a
parent3da7656ad9eb8e0514e34e3a62c722f24c5047cd (diff)
downloadnixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar.gz
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar.bz2
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar.lz
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar.xz
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.tar.zst
nixpkgs-1d34740e0ade2a645a4e37f43537dd510820b9a9.zip
acme.sh: add bind.dnsutils to PATH
This is required for nsupdate
-rw-r--r--pkgs/tools/admin/acme.sh/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/admin/acme.sh/default.nix b/pkgs/tools/admin/acme.sh/default.nix
index 25a92f1117b..84936cdb1d5 100644
--- a/pkgs/tools/admin/acme.sh/default.nix
+++ b/pkgs/tools/admin/acme.sh/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
           socat
           openssl
           curl
+          bind.dnsutils
           (if stdenv.isLinux then iproute else unixtools.netstat)
         ]
       }"