mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Fix typo in qemu-binfmt-service example.
* doc/guix.texi (Virtualization Services): Add missing parentheses.
This commit is contained in:
parent
86dd54f230
commit
27744ac895
1 changed files with 1 additions and 1 deletions
|
@ -28709,7 +28709,7 @@ service:
|
|||
@lisp
|
||||
(service qemu-binfmt-service-type
|
||||
(qemu-binfmt-configuration
|
||||
(platforms (lookup-qemu-platforms "arm"))
|
||||
(platforms (lookup-qemu-platforms "arm"))))
|
||||
@end lisp
|
||||
|
||||
You can run:
|
||||
|
|
Loading…
Reference in a new issue