diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index f0eb27a6ef35..e5ca1679344c 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8880,7 +8880,7 @@ rec { } ]; features = { - "default" = [ "fuse" "virtiofs" "tonic-reflection" ]; + "default" = [ "fuse" "tonic-reflection" ]; "fs" = [ "dep:libc" "dep:fuse-backend-rs" ]; "fuse" = [ "fs" ]; "tonic-reflection" = [ "dep:tonic-reflection" "tvix-castore/tonic-reflection" ]; |