mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
store objects, better opining sentances
This commit is contained in:
parent
55b437b551
commit
b98dc3b19c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Store Objects
|
# 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 store object is the pair of
|
||||||
|
|
||||||
- A (root) file system object
|
- A (root) file system object
|
||||||
|
|
@ -8,7 +8,7 @@ A store object is the pair of
|
||||||
|
|
||||||
## File system objects
|
## 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:
|
In particular, every file system object falls into these three cases:
|
||||||
|
|
||||||
- File: an executable flag, and arbitrary data
|
- File: an executable flag, and arbitrary data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue