]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add openssl documentation and completion
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 28 Apr 2020 13:20:22 +0000 (15:20 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 28 Apr 2020 15:55:28 +0000 (17:55 +0200)
environments/immae-eu.nix

index 4a0a1956571acc92098b21e1e8437da64a9ffadc..a7dfda192a496e597b35ef0fc8cf3bd2473907f3 100644 (file)
@@ -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 {