aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:36:16 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:36:16 +0200
commitf9914beb086a06e290287f299ae2c2026924a780 (patch)
tree4fe815abf6c47c9ff95cf311e1aabc6f7b1e9e9a /environments
parentcfda3cfc35445979225850f686f338e6d4ace372 (diff)
downloadNix-f9914beb086a06e290287f299ae2c2026924a780.tar.gz
Nix-f9914beb086a06e290287f299ae2c2026924a780.tar.zst
Nix-f9914beb086a06e290287f299ae2c2026924a780.zip
Upgrade environment
Diffstat (limited to 'environments')
-rw-r--r--environments/immae-eu.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix
index e726c59..dddc1fd 100644
--- a/environments/immae-eu.nix
+++ b/environments/immae-eu.nix
@@ -4,7 +4,7 @@ let
4 # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks 4 # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks
5 paths = [ 5 paths = [
6 # archives 6 # archives
7 lzo unzip bzip2 p7zip xz 7 lzo unzip bzip2 xz
8 # unrar is unfree 8 # unrar is unfree
9 9
10 # backups 10 # backups
@@ -123,7 +123,7 @@ let
123 123
124 # Terraform + AWS 124 # Terraform + AWS
125 terraform_0_12 awscli 125 terraform_0_12 awscli
126 (ansible.override { python2 = python3; }) python3Packages.boto 126 ansible python3Packages.boto
127 openvpn 127 openvpn
128 128
129 zsh-completions 129 zsh-completions