Skip to content

Commit 29d298e

Browse files
authored
🤖 ci: add awscli2 to Nix development shell (#30)
## Summary Add the AWS CLI (`awscli2`) to the Nix flake development shell so contributors can run AWS commands without separate local setup. ## Background Some development and debugging workflows require interacting with AWS resources. Including the CLI in the shared dev shell keeps tooling consistent across environments. ## Implementation - Updated `flake.nix`. - Added a `# Cloud tooling` section in `devShells.<system>.default.packages`. - Included `awscli2` in the package list. ## Validation - `make verify-vendor` - `make test` - `make build` - `make lint` ## Risks Low risk. This only adds a development-shell dependency and does not change runtime/controller behavior. --- _Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.00`_ <!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=0.00 -->
1 parent d159bb6 commit 29d298e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
kind
3434
k9s
3535

36+
# Cloud tooling
37+
awscli2
38+
3639
goreleaser
3740
actionlint
3841
zizmor

0 commit comments

Comments
 (0)