]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/environments/immae-eu.nix
Add some terraform tools
[perso/Immae/Config/Nix.git] / overlays / environments / immae-eu.nix
index 1f27e7cae5f885200d5d1ad96b01b61abad27d4c..d55f3185b0ba92f9970539b8b053e41666c8a033 100644 (file)
@@ -23,7 +23,7 @@ let
     iota-cli-app
 
     # debugging
-    rr valgrind netcat-gnu strace
+    rr valgrind netcat-gnu strace shellcheck
 
     # documentations
     unicodeDoc
@@ -102,8 +102,17 @@ let
     # video/music
     youtube-dl ncmpc ncmpcpp ffmpeg
 
+    # s6 tools (part of skawarePackages)
+    skalibs execline s6 s6-dns s6-linux-utils s6-networking
+    s6-portable-utils
+
     # other tools
     pgloader s3cmd lftp jq cpulimit libxslt
+
+    # Terraform + AWS
+    terraform_0_12 awscli
+    (ansible.override { python2 = python3; }) python3Packages.boto
+    openvpn
   ];
 in
 {