diff options
author | Florian Klink <flokli@flokli.de> | 2024-11-19T14·25+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-11-23T09·40+0000 |
commit | dc21f5e5432e70ed2838df799077b22aa0c3ac6a (patch) | |
tree | 1c8e0417e5ac802312b696fc9474795fb21d03c3 /tvix/nar-bridge | |
parent | 923ed3532d72c2e1e0f4f5e5849f26ff6e503377 (diff) |
feat(tvix/store): add xp-store-composition-cli feature flag r/8947
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>
Diffstat (limited to 'tvix/nar-bridge')
-rw-r--r-- | tvix/nar-bridge/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/nar-bridge/Cargo.toml b/tvix/nar-bridge/Cargo.toml index ac23b597311f..79d65f77c1d3 100644 --- a/tvix/nar-bridge/Cargo.toml +++ b/tvix/nar-bridge/Cargo.toml @@ -39,6 +39,7 @@ tonic-build = { workspace = true } [features] default = ["otlp"] otlp = ["tvix-tracing/otlp"] +xp-store-composition-cli = ["tvix-store/xp-composition-cli"] [dev-dependencies] hex-literal = { workspace = true } |