From e2138ca2df3074b41785c9c9785dab2183bfdbfb Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Tue, 25 Jun 2024 03:26:02 -0500 Subject: [PATCH] nix: include `watchman` in dev shell This is useful for testing locally even if you don't have `watchman` elsewhere on your machine. Signed-off-by: Austin Seipp --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 9dd89ebf6..bbafd1cde 100644 --- a/flake.nix +++ b/flake.nix @@ -156,6 +156,9 @@ cargo-nextest cargo-watch + # Miscellaneous tools + watchman + # In case you need to run `cargo run --bin gen-protos` protobuf