1
0
Fork 0

Install awscli

This commit is contained in:
Daniel Kempkens 2022-12-26 00:36:48 +01:00
parent 8551c0527b
commit 98e852d865
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -46,6 +46,7 @@ in
agilebits-op agilebits-op
aria2 aria2
arp-scan arp-scan
awscli
cachix cachix
curlFull curlFull
dasel dasel
@ -62,7 +63,6 @@ in
parallel parallel
q q
ripgrep ripgrep
s3cmd
socat socat
tokei tokei
viddy viddy

View file

@ -27,13 +27,13 @@ in
stateVersion = "22.11"; stateVersion = "22.11";
packages = with pkgs; [ packages = with pkgs; [
awscli
curlFull curlFull
lnav lnav
mtr mtr
parallel parallel
q q
ripgrep ripgrep
s3cmd
]; ];
}; };
} }