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
aria2
arp-scan
awscli
cachix
curlFull
dasel
@ -62,7 +63,6 @@ in
parallel
q
ripgrep
s3cmd
socat
tokei
viddy

View file

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