about summary refs log tree commit diff
path: root/tvix/docs/src/SUMMARY.md
blob: 7c25c55ee4d97ca793d7f76027ff5d2e11d0cb1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Summary

# Tvix
- [Architecture & data flow](./architecture.md)
- [TODOs](./TODO.md)

# Store
- [Store API](./store/api.md)
- [BlobStore Chunking](./castore/blobstore-chunking.md)
- [BlobStore Protocol](./castore/blobstore-protocol.md)
- [Data Model](./castore/data-model.md)
- [Why not git trees?](./castore/why-not-git-trees.md)

# Nix
- [Specification of the Nix Language](./language-spec.md)
- [Nix language version history](./lang-version.md)
- [Value Pointer Equality](./value-pointer-equality.md)
- [Daemon Protocol](./nix-daemon/index.md)
  - [Changelog](./nix-daemon/changelog.md)
  - [Logging](./nix-daemon/logging.md)
  - [Operations](./nix-daemon/operations.md)
  - [Serialization](./nix-daemon/serialization.md)