about summary refs log tree commit diff
path: root/tvix/store/protos/rpc_pathinfo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/protos/rpc_pathinfo.proto')
-rw-r--r--tvix/store/protos/rpc_pathinfo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/protos/rpc_pathinfo.proto b/tvix/store/protos/rpc_pathinfo.proto
index f37794c291..991abf6efa 100644
--- a/tvix/store/protos/rpc_pathinfo.proto
+++ b/tvix/store/protos/rpc_pathinfo.proto
@@ -66,7 +66,7 @@ message GetPathInfoRequest {
 // digest.
 message CalculateNARResponse {
     // 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;