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".
This commit is contained in:
parent
637db76d7a
commit
be743fc0fd
1 changed files with 1 additions and 1 deletions
|
@ -4747,7 +4747,7 @@ the following command creates a Guix development environment that
|
||||||
additionally includes Git and strace:
|
additionally includes Git and strace:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
guix environment guix --ad-hoc git strace
|
guix environment --pure guix --ad-hoc git strace
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Sometimes it is desirable to isolate the environment as much as
|
Sometimes it is desirable to isolate the environment as much as
|
||||||
|
|
Reference in a new issue