From cd4637e51cd44e8f05575c35320395ce7b33a134 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Mon, 10 Jul 2023 15:20:46 -0500 Subject: [PATCH] feat(nix): enable watchman support in nix package Summary: Nix packages tend to come "full extra pack of batteries"-included, so adding watchman support makes sense. I'll also want it for my own experiments. Signed-off-by: Austin Seipp Change-Id: Ia99757bf7a39814529525efe423d527b --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 67742e208..c6181a274 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ pname = "jujutsu"; version = "unstable-${self.shortRev or "dirty"}"; buildNoDefaultFeatures = true; - buildFeatures = []; + buildFeatures = [ "watchman" ]; cargoBuildFlags = ["--bin" "jj"]; # don't build and install the fake editors useNextest = true; src = filterSrc ./. [