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

document store objects in terms of their constituent parts

this also rephrases the introductory sentence to be more general, in order to
avoid the same word being repeated in short succession.
This commit is contained in:
Valentin Gagarin 2023-10-25 04:50:43 +02:00
parent 12f9719162
commit 4ba8b182be
5 changed files with 16 additions and 4 deletions

View file

@ -18,6 +18,7 @@
- [Uninstalling Nix](installation/uninstall.md)
- [Nix Store](store/index.md)
- [File System Object](store/file-system-object.md)
- [Store Object](store/store-object.md)
- [Nix Language](language/index.md)
- [Data Types](language/values.md)
- [Language Constructs](language/constructs.md)