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 ./. [