mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Replace /nix/store with /gnu/store in README.
* README update anachronistic reference to /nix/store
This commit is contained in:
parent
c2815c0f46
commit
d17ef35620
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -70,7 +70,7 @@ To do so:
|
|||
|
||||
Guix does the high-level preparation of a /derivation/. A derivation is
|
||||
the promise of a build; it is stored as a text file under
|
||||
=/nix/store/xxx.drv=. The (guix derivations) module provides the
|
||||
=/gnu/store/xxx.drv=. The (guix derivations) module provides the
|
||||
`derivation' primitive, as well as higher-level wrappers such as
|
||||
`build-expression->derivation'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue