Skip to content

Commit

Permalink
chore(nix): add 'default' features to list of cargo features
Browse files Browse the repository at this point in the history
Summary: By default, and to be explicit, the local flake turns off default
features. But, 70f6e0a turned off watchman support for the Nix build by
accident. Enable default features so this doesn't happen again.

Signed-off-by: Austin Seipp <[email protected]>
Change-Id: Ib7dd935eceab328fa5b0333b10368377
  • Loading branch information
thoughtpolice committed Sep 9, 2023
1 parent 70f6e0a commit 2e8b824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
jujutsu = ourRustPlatform.buildRustPackage rec {
pname = "jujutsu";
version = "unstable-${self.shortRev or "dirty"}";
buildNoDefaultFeatures = true;
buildFeatures = [ "packaging" ];
cargoBuildFlags = ["--bin" "jj"]; # don't build and install the fake editors
useNextest = true;
Expand Down

0 comments on commit 2e8b824

Please sign in to comment.