aboutsummaryrefslogtreecommitdiff
path: root/overlays/environments/immae-eu.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-08 00:51:03 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-07-17 11:33:08 +0200
commite886ea19877fa0d4de32d35939f69e9c18681d59 (patch)
treec9e9fdb4a16da524f35a0a98ac2845d791e2dd0a /overlays/environments/immae-eu.nix
parent04b2ab97a0206dedb2135be26cbc097d164072b2 (diff)
downloadNix-e886ea19877fa0d4de32d35939f69e9c18681d59.tar.gz
Nix-e886ea19877fa0d4de32d35939f69e9c18681d59.tar.zst
Nix-e886ea19877fa0d4de32d35939f69e9c18681d59.zip
Add some terraform tools
Diffstat (limited to 'overlays/environments/immae-eu.nix')
-rw-r--r--overlays/environments/immae-eu.nix5
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 ];
112in 117in
113{ 118{