ci/treefmt: add gitMinimal for treefmt

treefmt needs git on the PATH for its default `tree-root` calculation,
`git rev-parse --show-toplevel`
This commit is contained in:
Matt Sturgeon
2026-07-07 11:07:31 +01:00
parent 49cdb49be0
commit 8d94c496e9
+5
View File
@@ -4,6 +4,11 @@
...
}:
{
runtimeInputs = [
# tree-root uses `git rev-parse --show-toplevel`
pkgs.gitMinimal
];
settings = {
# numtide/treefmt-nix defaults
excludes = [