flake: Add codespell

Nix users may not have `codespell` installed globally.
Introduce it in the `devShell` so they have it locally in `heartwood`.
This commit is contained in:
Fintan Halpenny 2026-04-15 10:19:52 +01:00
parent 69ccabacdd
commit 112c901de8
1 changed files with 1 additions and 0 deletions

View File

@ -362,6 +362,7 @@
cargo-watch cargo-watch
cargo-nextest cargo-nextest
cargo-semver-checks cargo-semver-checks
codespell
ripgrep ripgrep
sqlite sqlite
]; ];