This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new be743fc doc: Document that a working environment for building Guix
requires "--pure".
be743fc is described below
commit be743fc0fd1253b5f824cdee38b0b110ef10273b
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Mar 12 09:57:26 2020 +0100
doc: Document that a working environment for building Guix requires
"--pure".
* doc/guix.texi (Invoking guix environment): Document that a working
environment for building Guix requires "--pure".
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index b6a9c25..af87d76 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