docs(tvix/store/pathinfosvc): document nix+http[s]
Change-Id: I5f4e93aceec373eb3377e3f8fbb55a5142cc1363 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10740 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
01bbc812c6
commit
0d55a6dcc8
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ use url::Url;
|
|||
/// - `sled:///absolute/path/to/somewhere`
|
||||
/// Uses sled, using a path on the disk for persistency. Can be only opened
|
||||
/// from one process at the same time.
|
||||
/// - `nix+https://cache.nixos.org?trusted-public-keys=cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=`
|
||||
/// Exposes the Nix binary cache as a PathInfoService, ingesting NARs into the
|
||||
/// {Blob,Directory}Service. You almost certainly want to use this with some cache.
|
||||
/// The `trusted-public-keys` URL parameter can be provided, which will then
|
||||
/// enable signature verification.
|
||||
/// - `grpc+unix:///absolute/path/to/somewhere`
|
||||
/// Connects to a local tvix-store gRPC service via Unix socket.
|
||||
/// - `grpc+http://host:port`, `grpc+https://host:port`
|
||||
|
|
Loading…
Reference in a new issue