about summary refs log tree commit diff
path: root/tvix/store/default.nix
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2024-07-22T16·10+0200
committerclbot <clbot@tvl.fyi>2024-07-22T16·30+0000
commitdbe698042d73edf03ffcc7417f5427d57bcbec2f (patch)
tree3b092fa97b583e86a423b84607debcd568868661 /tvix/store/default.nix
parent2547ff2cf6c6e8fefa6f55e3583bea1b1d8f4263 (diff)
test(tvix/store): add xp-store-composition to feature powerset r/8404
Change-Id: Ibbd9a7585ec2f70c8f0f4d25ad858aa5ebc031dd
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12023
Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Autosubmit: yuka <yuka@yuka.dev>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store/default.nix')
-rw-r--r--tvix/store/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/default.nix b/tvix/store/default.nix
index d5d4609beff9..b8541d072224 100644
--- a/tvix/store/default.nix
+++ b/tvix/store/default.nix
@@ -37,7 +37,7 @@ in
   };
   passthru = (depot.tvix.utils.mkFeaturePowerset {
     inherit (old) crateName;
-    features = ([ "cloud" "fuse" "otlp" "tonic-reflection" ]
+    features = ([ "cloud" "fuse" "otlp" "tonic-reflection" "xp-store-composition" ]
       # virtiofs feature currently fails to build on Darwin
       ++ lib.optional pkgs.stdenv.isLinux "virtiofs");
     override.testPreRun = ''