about summary refs log tree commit diff
path: root/tvix/store/protos/pathinfo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/protos/pathinfo.proto')
-rw-r--r--tvix/store/protos/pathinfo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/protos/pathinfo.proto b/tvix/store/protos/pathinfo.proto
index 74b75c2b5d..896d4aa225 100644
--- a/tvix/store/protos/pathinfo.proto
+++ b/tvix/store/protos/pathinfo.proto
@@ -48,7 +48,7 @@ message NARInfo {
     };
 
     // This size of the NAR file, in bytes.
-    uint32 nar_size = 1;
+    uint64 nar_size = 1;
 
     // The sha256 of the NAR file representation.
     bytes nar_sha256 = 2;