diff options
author | Florian Klink <flokli@flokli.de> | 2023-11-27T18·56+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-11-28T16·08+0000 |
commit | dfb48dcadebf027fd86e854f15630f14b87136c0 (patch) | |
tree | ec6963f3428038b7397b7c9b68b1e56324a7e846 /tvix/README.md | |
parent | 563886c3de0fc0305049fdc902119f4b67b0f5c6 (diff) |
fix(tvix/nar-bridge): drop pathinfoservice r/7087
This now exists in tvix-store directly, as NixHTTPPathInfoService, and contrary to this version, also validates signatures. Change-Id: Ib6ca161e40d627b7d9741839fc849f2392f422da Reviewed-on: https://cl.tvl.fyi/c/depot/+/10155 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com>
Diffstat (limited to 'tvix/README.md')
-rw-r--r-- | tvix/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/README.md b/tvix/README.md index 8fd6eae52bc4..7124abb66ecf 100644 --- a/tvix/README.md +++ b/tvix/README.md @@ -51,7 +51,6 @@ This folder contains the following components: * `//tvix/eval` - an implementation of the Nix programming language * `//tvix/nar-bridge` * `nar-bridge-http`: A HTTP webserver providing a Nix HTTP Binary Cache interface in front of a tvix-store - * `nar-bridge-pathinfo`: A gRPC server, exposing a Nix HTTP Binary Cache as a tvix-store PathInfoService * `//tvix/nix-compat` - a Rust library for compatibility with C++ Nix, features like encodings and hashing schemes and formats * `//tvix/serde` - a Rust library for using the Nix language for app configuration * `//tvix/store` - a "filesystem" linking Nix store paths and metadata with the content-addressed layer |