1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Document the Nix Archive format

This is adopted from Eelco's PhD thesis.
This commit is contained in:
John Ericson 2024-04-10 15:21:22 -04:00
parent a268c0de71
commit 3e5797e97f
2 changed files with 43 additions and 0 deletions

View file

@ -110,6 +110,7 @@
- [Derivation](protocols/json/derivation.md)
- [Serving Tarball Flakes](protocols/tarball-fetcher.md)
- [Store Path Specification](protocols/store-path.md)
- [Nix Archive (NAR) Format](protocols/nix-archive.md)
- [Derivation "ATerm" file format](protocols/derivation-aterm.md)
- [Glossary](glossary.md)
- [Contributing](contributing/index.md)