diff options
author | Konrad Hinsen <konrad.hinsen@fastmail.net> | 2022-01-28 18:59:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-01 00:24:26 +0100 |
commit | cff54cc47ce431802722ce12182c40f9e4334cee (patch) | |
tree | abab4b789d997feb7a72db0c8e7803170041db07 /doc | |
parent | c355fc5b94b98d6f72f060933f212068da644efe (diff) | |
download | guix-cff54cc47ce431802722ce12182c40f9e4334cee.tar.gz guix-cff54cc47ce431802722ce12182c40f9e4334cee.zip |
doc: Document --profile option to "guix shell"
* doc/guix.texi (Invoking guix shell): New paragraph.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c3f36d37ff..8cc0c45e05 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5824,6 +5824,12 @@ This is similar to the same-named option in @command{guix package} (@pxref{profile-manifest, @option{--manifest}}) and uses the same manifest files. +@item --profile=@var{profile} +@itemx -p @var{profile} +Create an environment containing the packages installed in @var{profile}. +Use @command{guix package} (@pxref{Invoking guix package}) to create +and manage profiles. + @item --pure Unset existing environment variables when building the new environment, except those specified with @option{--preserve} (see below). This has the effect of |