This PR adds a default.nix that configures a python environment with the necessary packages for this tool! I've tested most of the invoke scripts with this locally, with a fresh IAM user in my AWS account with very limited permissions. I did find one more permission required to successfully run invoke build, but I can add this in another PR.
This PR adds a
default.nix
that configures a python environment with the necessary packages for this tool! I've tested most of the invoke scripts with this locally, with a fresh IAM user in my AWS account with very limited permissions. I did find one more permission required to successfully runinvoke build
, but I can add this in another PR.