Commit 29d298e
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments