diff options
Diffstat (limited to 'tvix/nar-bridge/README.md')
-rw-r--r-- | tvix/nar-bridge/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tvix/nar-bridge/README.md b/tvix/nar-bridge/README.md new file mode 100644 index 000000000000..b14ee7af7b10 --- /dev/null +++ b/tvix/nar-bridge/README.md @@ -0,0 +1,7 @@ +# //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`. |