diff options
Diffstat (limited to 'tvix/glue/src/tvix_store_io.rs')
-rw-r--r-- | tvix/glue/src/tvix_store_io.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/glue/src/tvix_store_io.rs b/tvix/glue/src/tvix_store_io.rs index 45bcf0df3ae8..1277a1d97792 100644 --- a/tvix/glue/src/tvix_store_io.rs +++ b/tvix/glue/src/tvix_store_io.rs @@ -276,6 +276,7 @@ impl EvalIO for TvixStoreIO { let output_path = self.tokio_handle.block_on(async { tvix_store::import::import_path_as_nar_ca( path, + tvix_store::import::path_to_name(path)?, &self.blob_service, &self.directory_service, &self.path_info_service, |