ok/jj
1
0
Fork 0
forked from mirrors/jj

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 <aseipp@pobox.com>
Change-Id: Ia99757bf7a39814529525efe423d527b
This commit is contained in:
Austin Seipp 2023-07-10 15:20:46 -05:00
parent 6f15a27079
commit cd4637e51c

View file

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