tvl-depot/tvix/nar-bridge-go/README.md
Florian Klink 1392913e98 chore(tvix/nar-bridge): move to nar-bridge-go
Make some space for the rust implementation.

Change-Id: I924dc1657be10abe5a11951c3b9de50bae06db19
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11662
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: yuka <yuka@yuka.dev>
2024-05-15 21:31:36 +00:00

7 lines
250 B
Markdown

# //tvix/nar-bridge-go
This exposes a HTTP Binary cache interface (GET/HEAD/PUT requests) for a `tvix-
store`.
It can be used to configure a tvix-store as a substitutor for Nix, or to upload
store paths from Nix via `nix copy` into a `tvix-store`.