diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-21T15·25+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-21T16·43+0000 |
commit | 5bee6c6be0a075064c822ac3285bebe15de826a9 (patch) | |
tree | b83f1a5bbe314a42561a79adfd99950127966c4a /tvix/store/src | |
parent | 6838dc3fff218a6d7904bb4a5b3c62a2eb3e89fc (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/store/src')
-rw-r--r-- | tvix/store/src/pathinfoservice/nix_http.rs | 4 |
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 08e01d2540f0..ddca35c67a0e 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, |