diff options
Diffstat (limited to 'tvix/store/protos/pathinfo.proto')
-rw-r--r-- | tvix/store/protos/pathinfo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/protos/pathinfo.proto b/tvix/store/protos/pathinfo.proto index 74b75c2b5ddd..896d4aa225ac 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; |