diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-07-08 00:51:03 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-07-17 11:33:08 +0200 |
commit | e886ea19877fa0d4de32d35939f69e9c18681d59 (patch) | |
tree | c9e9fdb4a16da524f35a0a98ac2845d791e2dd0a /overlays | |
parent | 04b2ab97a0206dedb2135be26cbc097d164072b2 (diff) | |
download | Nix-e886ea19877fa0d4de32d35939f69e9c18681d59.tar.gz Nix-e886ea19877fa0d4de32d35939f69e9c18681d59.tar.zst Nix-e886ea19877fa0d4de32d35939f69e9c18681d59.zip |
Add some terraform tools
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/environments/immae-eu.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index b38c9e1..d55f318 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix | |||
@@ -108,6 +108,11 @@ let | |||
108 | 108 | ||
109 | # other tools | 109 | # other tools |
110 | pgloader s3cmd lftp jq cpulimit libxslt | 110 | pgloader s3cmd lftp jq cpulimit libxslt |
111 | |||
112 | # Terraform + AWS | ||
113 | terraform_0_12 awscli | ||
114 | (ansible.override { python2 = python3; }) python3Packages.boto | ||
115 | openvpn | ||
111 | ]; | 116 | ]; |
112 | in | 117 | in |
113 | { | 118 | { |