tvl-depot/tvix/nar-bridge
Florian Klink 5841047c38 feat(tvix/nar-bridge): increase timeouts
In some cases, Nix is not able to stream the NAR file fast enough. Bump the
timeouts for now. We might want to get a better understanding in what's
happening here long-term, and/or make the timeouts configurable.

Change-Id: Ieaa9c8f04bc73c6ce0679a058d07eaf87126634e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9340
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-09-17 13:24:53 +00:00
..
cmd/nar_bridge feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
pkg feat(tvix/nar-bridge): increase timeouts 2023-09-17 13:24:53 +00:00
testdata feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
.gitignore feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
default.nix feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
go.mod feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +00:00
go.sum feat(tvix/nar-bridge): init 2023-09-17 13:24:53 +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.