From 485fd263349e123ef659f4a7a4bdb583dfda8bdf Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 9 Jun 2023 15:44:22 +0300 Subject: docs(tvix/store): drop nar-bridge references The CLs did bitrot a bit, they're based on an older version of the protocol, and it's unclear if they'll be a separate Go Binary, or just another HTTP handler inside tvix-store itself, considering we now have way more NAR juggling code than before. Change-Id: I3632035cda8d75a8ff23b3132312f0f086d9e02f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8732 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix') diff --git a/tvix/store/README.md b/tvix/store/README.md index 951568516773..ca64cd249c1e 100644 --- a/tvix/store/README.md +++ b/tvix/store/README.md @@ -11,7 +11,7 @@ level than that, which provides more deduplication possibilities, and more granular copying. However, enough information is preserved to still be able to render NAR and -NARInfo (handled by `//tvix/nar-bridge`). +NARInfo when needed. ## More Information Check the `protos/` subfolder for the definition of the exact RPC methods and -- cgit 1.4.1