mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
Add legacy-thrift feature to nix flake.
This commit is contained in:
parent
9a36f1d6e3
commit
d9f1ada69a
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
pname = "jujutsu";
|
pname = "jujutsu";
|
||||||
version = "unstable-${self.shortRev or "dirty"}";
|
version = "unstable-${self.shortRev or "dirty"}";
|
||||||
buildNoDefaultFeatures = true;
|
buildNoDefaultFeatures = true;
|
||||||
|
buildFeatures = ["jujutsu-lib/legacy-thrift"];
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue