diff mbox series

[bug#40037] doc: Document that a working environment for building Guix requires "--pure".

Message ID 20200312085726.18442-1-dannym@scratchpost.org
State Accepted
Headers show
Series [bug#40037] doc: Document that a working environment for building Guix requires "--pure". | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Danny Milosavljevic March 12, 2020, 8:57 a.m. UTC
* 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(-)

Comments

Ludovic Courtès March 24, 2020, 5:50 p.m. UTC | #1
Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * doc/guix.texi (Invoking guix environment): Document that a working
> environment for building Guix requires "--pure".

LGTM!
Danny Milosavljevic March 24, 2020, 6:26 p.m. UTC | #2
Thanks!

Pushed to guix master as commit be743fc0fd1253b5f824cdee38b0b110ef10273b.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index dd32b65fe0..b889032207 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4750,7 +4750,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