Skip to content

Commit cbd30de

Browse files
authored
Use nix fmt instead of treefmt in devshell (#1341)
2 parents de79be8 + 4b6d421 commit cbd30de

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ codespell
3636
RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --all-features \
3737
--document-private-items
3838
./contrib/test_local.sh
39-
treefmt --ci # prettier, taplo, nixfmt, shellcheck, shfmt
39+
nix fmt -- --ci
4040
codespell
4141
```
4242

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
cargo-fuzz
212212
bzip2 # needed for some machines to have access to libzip at runtime
213213
codespell
214-
treefmtEval.config.build.wrapper
215214
]
216215
++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
217216
cargo-llvm-cov

0 commit comments

Comments
 (0)