Skip to content

Commit

Permalink
merge: #2623
Browse files Browse the repository at this point in the history
2623: fix(lang-js): Upgrade to awscli v2 r=stack72 a=stack72

```
which aws && aws --version
/nix/store/np6apby08f71n6qxvk8i17gri5cqd1dc-awscli2-2.12.7/bin/aws
aws-cli/2.12.7 Python/3.10.12 Darwin/22.3.0 source/arm64 prompt/off
```

Co-authored-by: stack72 <[email protected]>
  • Loading branch information
si-bors-ng[bot] and stack72 authored Aug 17, 2023
2 parents 7c15b74 + bc2fd32 commit 5aa23f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
.${system};

langJsExtraPkgs = with pkgs; [
awscli
awscli2
butane
skopeo
];
Expand Down

0 comments on commit 5aa23f0

Please sign in to comment.