diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-28 15:20:22 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-28 17:55:28 +0200 |
commit | 840812f2980b77ea93e74666f80a7e0fe5b633eb (patch) | |
tree | b0ff08a8c9fc8a0abe92dc5fc2cbde67f2702b46 | |
parent | d3e4c366c35c8118e6eef0ea4403a422d39cb2bf (diff) | |
download | Nix-840812f2980b77ea93e74666f80a7e0fe5b633eb.tar.gz Nix-840812f2980b77ea93e74666f80a7e0fe5b633eb.tar.zst Nix-840812f2980b77ea93e74666f80a7e0fe5b633eb.zip |
Add openssl documentation and completion
-rw-r--r-- | environments/immae-eu.nix | 4 |
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 | ]; |
128 | in | 130 | in |
129 | buildEnv { | 131 | buildEnv { |