From 840812f2980b77ea93e74666f80a7e0fe5b633eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 28 Apr 2020 15:20:22 +0200 Subject: [PATCH] Add openssl documentation and completion --- environments/immae-eu.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 4a0a195..a7dfda1 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix @@ -115,7 +115,7 @@ let # system tools telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc wget patchelf rename tmux (lib.meta.hiPrio nettools) - vlock mosh manpages openssl + vlock mosh manpages openssl openssl.doc openssl.man # other tools pgloader s3cmd lftp jq cpulimit libxslt gandi-cli @@ -124,6 +124,8 @@ let terraform_0_12 awscli (ansible.override { python2 = python3; }) python3Packages.boto openvpn + + zsh-completions ]; in buildEnv { -- 2.41.0