forked from lix-project/lix
use singular for class names consistently
This commit is contained in:
parent
689b32a543
commit
75ce324052
|
@ -17,9 +17,9 @@
|
|||
- [Upgrading Nix](installation/upgrading.md)
|
||||
- [Architecture](architecture/architecture.md)
|
||||
- [Store](architecture/store/store.md)
|
||||
- [Store Objects](architecture/store/objects.md)
|
||||
- [Store Paths](architecture/store/paths.md)
|
||||
- [Derivations](architecture/store/drvs/drvs.md)
|
||||
- [Store Object](architecture/store/objects.md)
|
||||
- [Store Path](architecture/store/paths.md)
|
||||
- [Derivation](architecture/store/drvs/drvs.md)
|
||||
- [Package Management](package-management/package-management.md)
|
||||
- [Basic Package Management](package-management/basic-package-mgmt.md)
|
||||
- [Profiles](package-management/profiles.md)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Derivations
|
||||
# Derivation
|
||||
|
||||
Derivations are recipes to create store objects.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Store Paths
|
||||
# Store Path
|
||||
|
||||
A store path is a pair of a 20-byte digest and a name.
|
||||
|
||||
|
|
Loading…
Reference in a new issue