about summary refs log tree commit diff
path: root/tvix/store/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/main.rs')
-rw-r--r--tvix/store/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/store/src/main.rs b/tvix/store/src/main.rs
index cca96c1bbb..c7823b87e4 100644
--- a/tvix/store/src/main.rs
+++ b/tvix/store/src/main.rs
@@ -1,4 +1,5 @@
 mod nixbase32;
+mod nixpath;
 mod proto;
 
 #[cfg(test)]