diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-16T21·26+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-16T21·46+0000 |
commit | 43ab1543e22f12eb6cf3b290f8ec2c04818041e4 (patch) | |
tree | 484a3927df20cbf1caed41327b54cf90d41473ab /tvix/default.nix | |
parent | 97dee277b06570cfd9cc661e2e900dcc7ad2ede8 (diff) |
chore(tvix/store): switch back to fuse-backend-rs upstream r/7224
The fix mentioned in Cargo.toml did land in https://github.com/cloud-hypervisor/fuse-backend-rs/pull/162. Change-Id: I4451f910806f05400f7e0f83581ae786f170b9e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10375 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/default.nix')
-rw-r--r-- | tvix/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/default.nix b/tvix/default.nix index 342508c3718f..ef6aff3bcb4e 100644 --- a/tvix/default.nix +++ b/tvix/default.nix @@ -76,7 +76,6 @@ let (crateName: (lib.nameValuePair "${crateName}-${crates.internal.crates.${crateName}.version}" crates.internal.crates.${crateName}.src.outputHash) ) [ - "fuse-backend-rs" "test-generator" "wu-manber" |