nix: put treefmt in devshell

treefmt is a useful to be able to access directly for some formatters like
`jj fix`. Expose it in the devshell.

Test plan:
- Used with `jj fix` on a large branch. It worked.
This commit is contained in:
Jake Hillion
2026-01-09 16:10:36 +00:00
parent d85b5d3781
commit 18c4e49f91

View File

@@ -73,6 +73,9 @@
packages =
with pkgs;
[
# FORMATTING
treefmtEval.config.build.wrapper
# PYTHON
python313
uv