store objects, better opining sentances
This commit is contained in:
committed by
Valentin Gagarin
parent
55b437b551
commit
b98dc3b19c
@@ -1,6 +1,6 @@
|
||||
# Store Objects
|
||||
|
||||
File system data in Nix is organized into *store objects*.
|
||||
Data in Nix is chiefly organized into *store objects*.
|
||||
A store object is the pair of
|
||||
|
||||
- A (root) file system object
|
||||
@@ -8,7 +8,7 @@ A store object is the pair of
|
||||
|
||||
## File system objects
|
||||
|
||||
The nix store uses a simple filesystem model.
|
||||
The Nix store uses a simple filesystem model.
|
||||
In particular, every file system object falls into these three cases:
|
||||
|
||||
- File: an executable flag, and arbitrary data
|
||||
|
||||
Reference in New Issue
Block a user