Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2-instance-connect-cli: init at 1.0.0 #66466

Closed

Conversation

thefloweringash
Copy link
Member

Motivation for this change

Tool for using #66463. Requires updated botocore (in #66465).

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

@thefloweringash thefloweringash marked this pull request as ready for review September 2, 2019 04:53
@typetetris
Copy link
Contributor

Sorry for requesting the review. I don't know, how to undo that.

@stale
Copy link

stale bot commented Apr 7, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Apr 7, 2021
@@ -808,6 +808,8 @@ in

dpt-rp1-py = callPackage ../tools/misc/dpt-rp1-py { };

ec2-instance-connect-cli = python3Packages.callPackage ../tools/security/ec2-instance-connect-cli { };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a sort of agreement that using callPackage in all-packages.nix is better vs this method. This would require importing python3Packages inside the expression.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Apr 7, 2021
@stale
Copy link

stale bot commented Oct 12, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 12, 2021
@doronbehar
Copy link
Contributor

Package is included now in python-packages.nix.

@doronbehar doronbehar closed this Oct 13, 2021
@thefloweringash thefloweringash deleted the ec2-instance-connect-cli branch October 13, 2021 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants