summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-03-12 09:57:26 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-03-24 19:25:25 +0100
commitbe743fc0fd1253b5f824cdee38b0b110ef10273b (patch)
treeca2546ee67d9e8c6c75016ba4e49c37925b84dbd
parent637db76d7ad1af5323a6a6b87b8a6a2e6dfed754 (diff)
downloadpatches-be743fc0fd1253b5f824cdee38b0b110ef10273b.tar
patches-be743fc0fd1253b5f824cdee38b0b110ef10273b.tar.gz
doc: Document that a working environment for building Guix requires "--pure".base-for-series-3284
* doc/guix.texi (Invoking guix environment): Document that a working environment for building Guix requires "--pure".
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b6a9c25037..af87d76087 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4747,7 +4747,7 @@ the following command creates a Guix development environment that
additionally includes Git and strace:
@example
-guix environment guix --ad-hoc git strace
+guix environment --pure guix --ad-hoc git strace
@end example
Sometimes it is desirable to isolate the environment as much as