Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Apr 19, 2024
1 parent f406adb commit 7d37252
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@

apps = lib.genAttrs self.lib.supportedSystems (system:
let
pkgs = nixpkgs.legacyPackages.${system};
upload-ami = self.packages.${system}.upload-ami;
mkApp = name: _: { type = "app"; program = "${upload-ami}/bin/${name}"; };
in
Expand Down Expand Up @@ -116,7 +115,6 @@
nativeBuildInputs = [
pkgs.awscli2
pkgs.opentofu
(pkgs.python3.withPackages (p: [ p.boto3 p.botocore ]))
];
};
});
Expand Down
6 changes: 4 additions & 2 deletions upload-ami/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ version = "0.1.0"
dependencies = [
"boto3",
"botocore",
"mypy-boto3-ec2",
"mypy-boto3-s3",
]
[project.scripts]
upload-ami = "upload_ami.cli:main"
upload-ami = "upload_ami.upload_ami:main"
nuke = "upload_ami.nuke:main"
smoke-test = "upload_ami.smoke_test:main"
disable-image-block-public-access = "upload_ami.disable_image_block_public_access:main"
enable-regions = "upload_ami.enable_regions:main"
request-public-ami-quota-increase = "upload_ami.request_public_ami_quota_increase:main"
describe-images = "upload_ami.describe_images:main"
describe-images = "upload_ami.describe_images:main"
File renamed without changes.

0 comments on commit 7d37252

Please sign in to comment.