From 8239f32b62c4363377f0c513dbcd76dd1e50d01e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 3 Oct 2023 15:23:36 +0300 Subject: refactor(tvix/nar-bridge): mv nar-bridge{,-http} Rename the nar-bridge CLI to nar-bridge-http, because it's the one spinning up an http server. Change-Id: I0fb75c50e4299272a128dd5ecaa4be8f06fa3dbe Reviewed-on: https://cl.tvl.fyi/c/depot/+/9538 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/boot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tvix/boot') diff --git a/tvix/boot/README.md b/tvix/boot/README.md index cf593dcc07ba..13a485506079 100644 --- a/tvix/boot/README.md +++ b/tvix/boot/README.md @@ -43,9 +43,9 @@ Potentially copy some data into tvix-store (via nar-bridge): ``` mg run //tvix:store -- daemon & -mg run //tvix:nar-bridge -- & +$(mg build //tvix:nar-bridge)/bin/nar-bridge-http & rm -Rf ~/.cache/nix; nix copy --to http://localhost:9000\?compression\=none $(mg build //third_party/nixpkgs:hello) -pkill nar-bridge; pkill tvix-store +pkill nar-bridge-http; pkill tvix-store ``` #### Interactive shell -- cgit 1.4.1