Skip to content

Commit 3c2d479

Browse files
committed
Add nix tooling guidance to AGENTS.md
Prevent agents from installing tools globally and direct them to add new tools to the flake devshell for reproducibility.
1 parent 9a6a857 commit 3c2d479

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ For the full human guide see [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md
55
Nightly Rust toolchain (`rust-toolchain.toml`) — required for `cargo fmt`
66
unstable options.
77

8+
## Tooling
9+
10+
Tools are provided by nix via direnv. Do not install tools globally.
11+
If you need a new tool, add it to the devshell in `flake.nix` so
12+
others can reproduce.
13+
814
## Commit Rules
915

1016
Every commit must pass CI independently.

0 commit comments

Comments
 (0)