docs: Fix typo in qemu-binfmt example.
* doc/guix.texi (Virtualization Services): Document 'guix-support?' properly.
This commit is contained in:
parent
d067e4badc
commit
ba4919122a
|
@ -17920,7 +17920,7 @@ service:
|
||||||
(service qemu-binfmt-service-type
|
(service qemu-binfmt-service-type
|
||||||
(qemu-binfmt-configuration
|
(qemu-binfmt-configuration
|
||||||
(platforms (lookup-qemu-platforms "arm"))
|
(platforms (lookup-qemu-platforms "arm"))
|
||||||
(qemu-support? #t)))
|
(guix-support? #t)))
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
You can run:
|
You can run:
|
||||||
|
|
Loading…
Reference in New Issue