tvl-depot/tvix/nar-bridge
Edwin Mackenzie-Owen 465370c11f feat(tvix/nar-bridge): support HTTP HEAD for narinfo
Change-Id: I4ec8e9108f52d0a84bc1af01a27bd51de4ab493f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11456
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-05-01 13:11:51 +00:00
..
cmd/nar-bridge-http feat(tvix/store/nar-bridge): Setup OpenTelemetry 2024-01-23 15:50:53 +00:00
pkg feat(tvix/nar-bridge): support HTTP HEAD for narinfo 2024-05-01 13:11:51 +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 feat(tvix/store/nar-info): Support async blob upload 2024-01-23 17:01:16 +00:00
go.mod feat(tvix/store/nar-info): Support async blob upload 2024-01-23 17:01:16 +00:00
go.sum feat(tvix/store/nar-info): Support async blob upload 2024-01-23 17:01:16 +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.