about summary refs log tree commit diff
path: root/tvix/docs/src/SUMMARY.md
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-07-21T14·55+0200
committerclbot <clbot@tvl.fyi>2024-07-21T21·35+0000
commit62184ee35acac69666ba26c7db852a4059fa5723 (patch)
treeefe0da94d5ff1211f6c7f6591b74ba69c640cdf6 /tvix/docs/src/SUMMARY.md
parente408783bacec6a4c3b63341b0764ea05adca3745 (diff)
docs(tvix): document the builder API r/8393
This documents some thoughts and goals of the Tvix Build protocol, and
how it is possible to express Nix builds with it.

Additionally, it explains a proposed design for reference scanning.

Change-Id: I4b1f3feb2278e3c7ce06de831eb8eb1715cba1c9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12012
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: yuka <yuka@yuka.dev>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/docs/src/SUMMARY.md')
-rw-r--r--tvix/docs/src/SUMMARY.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/docs/src/SUMMARY.md b/tvix/docs/src/SUMMARY.md
index d64aa4b4b1b2..cce6d8966df6 100644
--- a/tvix/docs/src/SUMMARY.md
+++ b/tvix/docs/src/SUMMARY.md
@@ -34,6 +34,9 @@
 - [Data Model](./castore/data-model.md)
 - [Why not git trees?](./castore/why-not-git-trees.md)
 
+# Builder
+- [Build API](./build/index.md)
+
 # Nix
 - [Specification of the Nix Language](./language-spec.md)
 - [Nix language version history](./lang-version.md)