feat(tvix/store): add xp-store-composition-cli feature flag

This can be used to transitively enable the `xp-composition-cli` feature
flag in the `tvix-store` crate, which is unnecessarily hard to do with
crate2nix.

Change-Id: I3f7c505a3fd505561c9a7b2f063b6540532cdfd4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12809
Tested-by: BuildkiteCI
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
Florian Klink 2024-11-19 16:25:18 +02:00 committed by flokli
parent 923ed3532d
commit dc21f5e543
4 changed files with 10 additions and 3 deletions

View file

@ -34,3 +34,4 @@ expect-test = { workspace = true }
[features]
default = []
tracy = ["tvix-tracing/tracy"]
xp-store-composition-cli = ["tvix-store/xp-composition-cli"]