doc: Fix typo in 'guix environment' example.
* doc/guix.texi (Invoking guix environment): Add missing @ in example.master
parent
39d1e9654c
commit
158eadefc8
|
@ -7069,7 +7069,7 @@ The above commands only use the default output of the given packages.
|
|||
To select other outputs, two element tuples can be specified:
|
||||
|
||||
@example
|
||||
guix environment --ad-hoc -e '(list (@ (gnu packages bash) bash) "include")'
|
||||
guix environment --ad-hoc -e '(list (@@ (gnu packages bash) bash) "include")'
|
||||
@end example
|
||||
|
||||
@item --load=@var{file}
|
||||
|
|
Reference in New Issue