mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
doc: Document --profile option to "guix environment"
* doc/guix.texi (Invoking guix environment): New paragraph. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cff54cc47c
commit
c328d7fca1
1 changed files with 6 additions and 0 deletions
|
@ -6237,6 +6237,12 @@ interpreted as packages whose dependencies will be added to the
|
|||
environment, the default behavior. Packages appearing after are
|
||||
interpreted as packages that will be added to the environment directly.
|
||||
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue