diff options
author | Florian Klink <flokli@flokli.de> | 2024-07-30T12·54+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-07-30T14·36+0000 |
commit | 7cfac04b7ddab313a894eb57c654d7c0a9babb41 (patch) | |
tree | 88e0949eb2ffb15affebfa8dc3ca970d0a65dd91 /tvix/docs | |
parent | a595d409ded93dbdecfb78def37ba2903e22f323 (diff) |
chore(tvix): drop nar-bridge-go r/8432
This functionality exists in nar-bridge(-rs) now. Change-Id: I717484ef64aafad9466c982d2aa8195fe8b98bb9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12065 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
Diffstat (limited to 'tvix/docs')
-rw-r--r-- | tvix/docs/src/store/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/src/store/api.md b/tvix/docs/src/store/api.md index b20ec0e8bf5f..89495a0d1c32 100644 --- a/tvix/docs/src/store/api.md +++ b/tvix/docs/src/store/api.md @@ -217,7 +217,7 @@ This is useful for people running a Tvix-only system, or running builds on a In a system with Nix installed, we can't simply manually "extract" things to `/nix/store`, as Nix assumes to own all writes to this location. In these use cases, we're probably better off exposing a tvix-store as a local -binary cache (that's what `//tvix/nar-bridge-go` does). +binary cache (that's what `//tvix/nar-bridge` does). Assuming we are in an environment where we control `/nix/store` exclusively, a "realize to disk" would either "extract" things from the `tvix-store` to a |