forked from lix-project/lix
Relocability -> relocation in store object title
This commit is contained in:
parent
5f4d2ac091
commit
b4df351880
|
@ -1,8 +1,8 @@
|
|||
## Advanced Topic: store object relocatability
|
||||
## Advanced Topic: Store object relocation
|
||||
|
||||
Now that we know the fundamentals of the design of the Nix store, let's explore one consequence of that design: the question when it is permissable to relocate a store object to a store with a different mount point.
|
||||
Now that we know the fundamentals of the design of the Nix store, let's explore one consequence of that design: the question when it is permissible to relocate a store object to a store with a different mount point.
|
||||
|
||||
Recall from the section on [store paths](./store-paths.md), concrete store paths look like `<store-dir>/<hash>-<name>`.
|
||||
Recall from the section on [store paths](./store-paths.md) that concrete store paths look like `<store-dir>/<hash>-<name>`.
|
||||
|
||||
~~The two final restrictions of the previous section yield an alternative view of the same information.~~
|
||||
Rather than associating store dirs with the references, we can say a store object itself has a store dir if and only if it has at least one reference.
|
||||
|
|
Loading…
Reference in a new issue