tvl-depot/tvix/nar-bridge
Florian Klink 718af22dbb chore(tvix/nar-bridge): update to latest go mod renames
- code.tvl.fyi/tvix/castore/protos -> code.tvl.fyi/tvix/castore-go
 - code.tvl.fyi/tvix/store/protos -> code.tvl.fyi/tvix/store-go

 See cl/9791, cl/9792 for context.

Change-Id: I44614c6ed40b9f52d9dcdea8e61fe2c3c830ce78
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9793
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-10-17 20:46:38 +00:00
..
cmd chore(tvix/nar-bridge): update to latest go mod renames 2023-10-17 20:46:38 +00:00
pkg chore(tvix/nar-bridge): update to latest go mod renames 2023-10-17 20:46:38 +00:00
testdata fix(tvix/nar-bridge): Fix directory stack tracking 2023-09-17 13:34:00 +00:00
.gitignore feat(tvix/nar-bridge): add nar-bridge-pathinfo command 2023-10-05 15:02:12 +00:00
default.nix chore(tvix/nar-bridge): update to latest go mod renames 2023-10-17 20:46:38 +00:00
go.mod chore(tvix/nar-bridge): update to latest go mod renames 2023-10-17 20:46:38 +00:00
go.sum chore(tvix/nar-bridge): update to latest go mod renames 2023-10-17 20:46:38 +00:00
README.md feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00

//tvix/nar-bridge

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.