diff options
author | EuAndreh <eu@euandre.org> | 2023-07-12 15:34:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-12 15:34:30 -0300 |
commit | ea807ffdeccc53c879f3fad3f33963f6af33cf70 (patch) | |
tree | de61d1012b38eee452a5a766d384a7ecd644c326 | |
parent | bin/gc: Add missing attribution to $CMD (diff) | |
download | dotfiles-ea807ffdeccc53c879f3fad3f33963f6af33cf70.tar.gz dotfiles-ea807ffdeccc53c879f3fad3f33963f6af33cf70.tar.xz |
Move awscli package from guix to nix, from v1 to v2
-rw-r--r-- | etc/guix/home.scm | 3 | ||||
-rw-r--r-- | etc/nix/configuration.nix | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4f2eeae..c3b7af2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -322,8 +322,7 @@ left it off the last time it was used.") (append (list curl-openssl) (map (compose list specification->package+output symbol->string) - '(awscli@1 - openfortivpn)))) + '(openfortivpn)))) (home-environment (packages diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 91e65fe..67b58e4 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -72,6 +72,7 @@ org-euandre.td chromium globalprotect-openconnect + awscli2 ]; }; |