diff mbox series

[bug#53610] doc: Document --profile option to "guix shell"

Message ID m1tudnhhc0.fsf@fastmail.net
State Accepted
Headers show
Series [bug#53610] doc: Document --profile option to "guix shell" | expand

Checks

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

Commit Message

Konrad Hinsen Jan. 28, 2022, 5:59 p.m. UTC
* doc/guix.texi (Invoking guix shell): New paragraph.
---
 doc/guix.texi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Ludovic Courtès Jan. 31, 2022, 10:48 p.m. UTC | #1
Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * doc/guix.texi (Invoking guix shell): New paragraph.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 62e994ceb1..92f515df8f 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