Skip to content
Snippets Groups Projects
Unverified Commit 43ec98ef authored by Giovanni Biscuolo's avatar Giovanni Biscuolo Committed by Ludovic Courtès
Browse files

doc: use pure environment when building from git


* doc/contributing.texi (Building from Git): Add --pure to "guix environment"
  invocations

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent a9015747
No related branches found
No related tags found
No related merge requests found
...@@ -57,14 +57,14 @@ all the dependencies and appropriate environment variables are set up to ...@@ -57,14 +57,14 @@ all the dependencies and appropriate environment variables are set up to
hack on Guix: hack on Guix:
@example @example
guix environment guix guix environment guix --pure
@end example @end example
@xref{Invoking guix environment}, for more information on that command. @xref{Invoking guix environment}, for more information on that command.
Extra dependencies can be added with @option{--ad-hoc}: Extra dependencies can be added with @option{--ad-hoc}:
@example @example
guix environment guix --ad-hoc help2man git strace guix environment guix --pure --ad-hoc help2man git strace
@end example @end example
Run @command{./bootstrap} to generate the build system infrastructure Run @command{./bootstrap} to generate the build system infrastructure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment