]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/environments/immae-eu.nix
Remove e-mails from monitoring files
[perso/Immae/Config/Nix.git] / overlays / environments / immae-eu.nix
index 303ab0fe9462b2bc148b487256a6aedb85eb5a47..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
@@ -66,6 +66,7 @@ let
     mylibs.yarn2nixPackage.yarn2nix
     nixops nix-prefetch-scripts nix-generate-from-cpan
     nix-zsh-completions bundix nodePackages.bower2nix
+    nodePackages.node2nix
     # (nixos {}).nixos-generate-config
     # (nixos {}).nixos-install
     # (nixos {}).nixos-enter
@@ -90,6 +91,7 @@ let
 
     # programming
     pelican emacs26-nox ctags
+    wdiff
 
     # security
     keybase
@@ -100,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
 {