about summary refs log tree commit diff
path: root/tvix/store/src/sled_path_info_service.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/sled_path_info_service.rs')
-rw-r--r--tvix/store/src/sled_path_info_service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/sled_path_info_service.rs b/tvix/store/src/sled_path_info_service.rs
index 3215fd0e47..6b9212a3c9 100644
--- a/tvix/store/src/sled_path_info_service.rs
+++ b/tvix/store/src/sled_path_info_service.rs
@@ -7,7 +7,7 @@ use crate::proto::CalculateNarResponse;
 use crate::proto::GetPathInfoRequest;
 use crate::proto::Node;
 use crate::proto::PathInfo;
-use crate::store_path::DIGEST_SIZE;
+use nix_compat::store_path::DIGEST_SIZE;
 use tonic::{Request, Response, Result, Status};
 use tracing::{instrument, warn};