diff options
author | John Darrington <jmd@gnu.org> | 2014-08-26 20:00:40 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2014-08-26 20:00:40 +0200 |
commit | d17ef3562088fae280f8a1506d6da71e5f7de135 (patch) | |
tree | a16e6e6f932274b7f791a7bfefa4182cf3e62e6d /README | |
parent | c2815c0f46d16b98559d0498ae683b0e36e25e7a (diff) | |
download | patches-d17ef3562088fae280f8a1506d6da71e5f7de135.tar patches-d17ef3562088fae280f8a1506d6da71e5f7de135.tar.gz |
doc: Replace /nix/store with /gnu/store in README.
* README update anachronistic reference to /nix/store
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. |