diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 1addf005d..c25ff06dc 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -13000,6 +13000,7 @@ rec { ]; features = { "cloud" = [ "dep:bigtable_rs" "object_store/aws" "object_store/azure" "object_store/gcp" ]; + "default" = [ "cloud" ]; "fs" = [ "dep:libc" "dep:fuse-backend-rs" ]; "fuse" = [ "fs" ]; "tonic-reflection" = [ "dep:tonic-reflection" ];