about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-21T15·25+0200
committerclbot <clbot@tvl.fyi>2023-12-21T16·43+0000
commit5bee6c6be0a075064c822ac3285bebe15de826a9 (patch)
treeb83f1a5bbe314a42561a79adfd99950127966c4a /tvix
parent6838dc3fff218a6d7904bb4a5b3c62a2eb3e89fc (diff)
docs(tvix/store): fix reference r/7245
Change-Id: Ifb77097755f25aa6536c60365941507a592cac3e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10399
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Diffstat (limited to 'tvix')
-rw-r--r--tvix/store/src/pathinfoservice/nix_http.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/store/src/pathinfoservice/nix_http.rs b/tvix/store/src/pathinfoservice/nix_http.rs
index 08e01d2540..ddca35c67a 100644
--- a/tvix/store/src/pathinfoservice/nix_http.rs
+++ b/tvix/store/src/pathinfoservice/nix_http.rs
@@ -35,8 +35,8 @@ use super::PathInfoService;
 ///
 /// The client is expected to be (indirectly) using the same [BlobService] and
 /// [DirectoryService], so able to fetch referred Directories and Blobs.
-/// [PathInfoService::put] and [PathInfoService::nar] are not implemented and
-/// return an error if called.
+/// [PathInfoService::put] and [PathInfoService::calculate_nar] are not
+/// implemented and return an error if called.
 /// TODO: what about reading from nix-cache-info?
 pub struct NixHTTPPathInfoService {
     base_url: url::Url,