Add legacy-thrift feature to nix flake.

This commit is contained in:
Pranay Sashank 2022-12-05 23:48:47 +05:30
parent 9a36f1d6e3
commit d9f1ada69a

View file

@ -38,6 +38,7 @@
pname = "jujutsu";
version = "unstable-${self.shortRev or "dirty"}";
buildNoDefaultFeatures = true;
buildFeatures = ["jujutsu-lib/legacy-thrift"];
src = self;