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

Include store path exact spec in the docs

This is niche, but deserves to be in the manual because it is describing
behavior visible to the outside world, not mere implementation details.
This commit is contained in:
John Ericson 2023-11-04 20:10:55 -04:00
parent 4e8483d09d
commit a34ec0bd12
3 changed files with 111 additions and 78 deletions

View file

@ -106,6 +106,7 @@
- [Architecture and Design](architecture/architecture.md)
- [Protocols](protocols/index.md)
- [Serving Tarball Flakes](protocols/tarball-fetcher.md)
- [Exact Store Path Specification](protocols/store-path.md)
- [Derivation "ATerm" file format](protocols/derivation-aterm.md)
- [Glossary](glossary.md)
- [Contributing](contributing/index.md)