Skip to content

Commit 49a88f6

Browse files
committed
Add treefmt to nix dev shells
Lets developers run `treefmt` (or `treefmt --ci`) directly in `nix develop` instead of needing npx for prettier and other formatters configured in treefmt.nix.
1 parent fda9549 commit 49a88f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
dart
210210
cargo-fuzz
211211
bzip2 # needed for some machines to have access to libzip at runtime
212+
treefmtEval.config.build.wrapper
212213
]
213214
++ pkgs.lib.optionals (!pkgs.stdenv.isDarwin) [
214215
cargo-llvm-cov

0 commit comments

Comments
 (0)