diff options
Diffstat (limited to 'tvix/store/src/bin/tvix-store.rs')
-rw-r--r-- | tvix/store/src/bin/tvix-store.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index 0ae18ec2161a..75f1ec11d56e 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -3,9 +3,9 @@ use clap::Subcommand; use futures::StreamExt; use futures::TryStreamExt; -use nix_compat::nix_daemon::de::Error; use nix_compat::nixhash::CAHash; use nix_compat::nixhash::NixHash; +use nix_compat::wire::de::Error; use nix_compat::{path_info::ExportedPathInfo, store_path::StorePath}; use serde::Deserialize; use serde::Serialize; |