cb807ad79b
This check makes more sense there, and gives stronger semantics - Done() only succeeds if the other side successfully received everything, *and* came up with the same hashes as we did. Change-Id: I20b706961053fd00d22cc70e1c8cc859705587e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9542 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> |
||
---|---|---|
.. | ||
cmd | ||
pkg | ||
testdata | ||
.gitignore | ||
default.nix | ||
go.mod | ||
go.sum | ||
README.md |
//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
.