We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6a857 commit 3c2d479Copy full SHA for 3c2d479
1 file changed
AGENTS.md
@@ -5,6 +5,12 @@ For the full human guide see [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md
5
Nightly Rust toolchain (`rust-toolchain.toml`) — required for `cargo fmt`
6
unstable options.
7
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
14
## Commit Rules
15
16
Every commit must pass CI independently.
0 commit comments