Skip to content

Commit

Permalink
awscli2 is now up-to-date upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed May 21, 2021
1 parent 73332f7 commit 3036a14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
in
(self.lib.flakes.filterPackagesByPlatform system
{
inherit (pkgs) awscli2;
inherit (pkgs) aws-sam-cli;

inherit (pkgs) badhosts-unified;
Expand Down
5 changes: 1 addition & 4 deletions nix/overlays/500-aws.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
final: prev:
let
# Upstream keeps breaking this and it's usually not up-to-date, either.
awscli2 = final.callPackage ../pkgs/awscli2 { };

aws-sam-cli = final.callPackage ../pkgs/aws-sam-cli { };

in
{
inherit awscli2 aws-sam-cli;
inherit aws-sam-cli;
}
92 changes: 0 additions & 92 deletions nix/pkgs/awscli2/default.nix

This file was deleted.

0 comments on commit 3036a14

Please sign in to comment.