summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2014-08-26 20:00:40 +0200
committerJohn Darrington <jmd@gnu.org>2014-08-26 20:00:40 +0200
commitd17ef3562088fae280f8a1506d6da71e5f7de135 (patch)
treea16e6e6f932274b7f791a7bfefa4182cf3e62e6d
parentc2815c0f46d16b98559d0498ae683b0e36e25e7a (diff)
doc: Replace /nix/store with /gnu/store in README.
* README update anachronistic reference to /nix/store
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 712a60872fd..9328a4f89ea 100644
--- a/README
+++ b/README
@@ -70,7 +70,7 @@ To do so:
70 70
71Guix does the high-level preparation of a /derivation/. A derivation is 71Guix does the high-level preparation of a /derivation/. A derivation is
72the promise of a build; it is stored as a text file under 72the promise of a build; it is stored as a text file under
73=/nix/store/xxx.drv=. The (guix derivations) module provides the 73=/gnu/store/xxx.drv=. The (guix derivations) module provides the
74`derivation' primitive, as well as higher-level wrappers such as 74`derivation' primitive, as well as higher-level wrappers such as
75`build-expression->derivation'. 75`build-expression->derivation'.
76 76