Skip to content

Commit

Permalink
Merge pull request #324786 from onny/awscli2
Browse files Browse the repository at this point in the history
awscli2: move to pkgs/by-name
  • Loading branch information
wegank authored Jul 8, 2024
2 parents cfa2c81 + 8c66df2 commit fcc86b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,7 @@ with pkgs;

awscli = callPackage ../tools/admin/awscli { };

awscli2 = callPackage ../tools/admin/awscli2 {
awscli2 = callPackage ../by-name/aw/awscli2/package.nix {
# change when https://github.com/aws/aws-cli/issues/8342 resolved
python3 = python311;
};
Expand Down

0 comments on commit fcc86b5

Please sign in to comment.