aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-28 15:20:22 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-28 17:55:28 +0200
commit840812f2980b77ea93e74666f80a7e0fe5b633eb (patch)
treeb0ff08a8c9fc8a0abe92dc5fc2cbde67f2702b46 /environments
parentd3e4c366c35c8118e6eef0ea4403a422d39cb2bf (diff)
downloadNix-840812f2980b77ea93e74666f80a7e0fe5b633eb.tar.gz
Nix-840812f2980b77ea93e74666f80a7e0fe5b633eb.tar.zst
Nix-840812f2980b77ea93e74666f80a7e0fe5b633eb.zip
Add openssl documentation and completion
Diffstat (limited to 'environments')
-rw-r--r--environments/immae-eu.nix4
1 files changed, 3 insertions, 1 deletions
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
115 # system tools 115 # system tools
116 telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc 116 telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc
117 wget patchelf rename tmux (lib.meta.hiPrio nettools) 117 wget patchelf rename tmux (lib.meta.hiPrio nettools)
118 vlock mosh manpages openssl 118 vlock mosh manpages openssl openssl.doc openssl.man
119 119
120 # other tools 120 # other tools
121 pgloader s3cmd lftp jq cpulimit libxslt gandi-cli 121 pgloader s3cmd lftp jq cpulimit libxslt gandi-cli
@@ -124,6 +124,8 @@ let
124 terraform_0_12 awscli 124 terraform_0_12 awscli
125 (ansible.override { python2 = python3; }) python3Packages.boto 125 (ansible.override { python2 = python3; }) python3Packages.boto
126 openvpn 126 openvpn
127
128 zsh-completions
127 ]; 129 ];
128in 130in
129buildEnv { 131buildEnv {