aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
parentc2815c0f46d16b98559d0498ae683b0e36e25e7a (diff)
downloadguix-d17ef3562088fae280f8a1506d6da71e5f7de135.tar.gz
guix-d17ef3562088fae280f8a1506d6da71e5f7de135.zip
doc: Replace /nix/store with /gnu/store in README.
* README update anachronistic reference to /nix/store
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 712a60872f..9328a4f89e 100644
--- a/README
+++ b/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'.
>tests: Check the build trace for hash mismatches on substitutes....Ludovic Courtès 2020-09-14tests: Remove one 'delete-paths' call in 'tests/store.scm'....Ludovic Courtès 2020-09-14daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès 2020-09-11store: Test 'import-paths' with unauthorized and unsigned nar bundles....Ludovic Courtès 2020-08-28store: 'with-store' returns as many values as its body....Ludovic Courtès