From: Ismaƫl Bouya Date: Tue, 28 Apr 2020 13:20:22 +0000 (+0200) Subject: Add openssl documentation and completion X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=commitdiff_plain;h=840812f2980b77ea93e74666f80a7e0fe5b633eb;hp=d3e4c366c35c8118e6eef0ea4403a422d39cb2bf Add openssl documentation and completion --- 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 {