chore(tvix/nar-bridge): move to nar-bridge-go
Make some space for the rust implementation. Change-Id: I924dc1657be10abe5a11951c3b9de50bae06db19 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11662 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: yuka <yuka@yuka.dev>
This commit is contained in:
parent
ce1aa10b69
commit
1392913e98
32 changed files with 13 additions and 14 deletions
|
|
@ -43,7 +43,7 @@ Potentially copy some data into tvix-store (via nar-bridge):
|
|||
|
||||
```
|
||||
mg run //tvix:store -- daemon &
|
||||
$(mg build //tvix:nar-bridge)/bin/nar-bridge-http &
|
||||
$(mg build //tvix:nar-bridge-go)/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-http; pkill tvix-store
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue