about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-06-09T12·44+0300
committerflokli <flokli@flokli.de>2023-06-09T15·33+0000
commit485fd263349e123ef659f4a7a4bdb583dfda8bdf (patch)
tree2435c0098f3639971a1ef561b4fc60c6c5add086 /tvix
parent7f5372327c3f1166996dca596a00d1ac96422e4b (diff)
docs(tvix/store): drop nar-bridge references r/6252
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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix')
-rw-r--r--tvix/store/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/README.md b/tvix/store/README.md
index 9515685167..ca64cd249c 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