doc: Fix typo in 'guix environment' example.
* doc/guix.texi (Invoking guix environment): Add missing @ in example.
This commit is contained in:
		
							parent
							
								
									39d1e9654c
								
							
						
					
					
						commit
						158eadefc8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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:
 | 
					To select other outputs, two element tuples can be specified:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@example
 | 
					@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
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@item --load=@var{file}
 | 
					@item --load=@var{file}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue