Skip to content

Commit

Permalink
nix: include watchman in dev shell
Browse files Browse the repository at this point in the history
This is useful for testing locally even if you don't have `watchman` elsewhere
on your machine.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Jun 25, 2024
1 parent b004083 commit e2138ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -156,6 +156,9 @@
cargo-nextest
cargo-watch

# Miscellaneous tools
watchman

# In case you need to run `cargo run --bin gen-protos`
protobuf

0 comments on commit e2138ca

Please sign in to comment.