From 112c901de830f4a3c29631973200ca4ada2fac28 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 15 Apr 2026 10:19:52 +0100 Subject: [PATCH] flake: Add codespell Nix users may not have `codespell` installed globally. Introduce it in the `devShell` so they have it locally in `heartwood`. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f8595219..30fa2b61 100644 --- a/flake.nix +++ b/flake.nix @@ -362,6 +362,7 @@ cargo-watch cargo-nextest cargo-semver-checks + codespell ripgrep sqlite ];