07af692ecb
Only keep the `serve` subcommand, and make it appear at the root. Introduce a --log-level argument, and be a bit less noisy in normal operation. Change-Id: I86b8abde1869a5c0c947508bcc29f845222aac09 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9360 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI |
||
---|---|---|
.. | ||
cmd/nar_bridge | ||
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
.