···24a build that starts a QEMU/KVM virtual machine containing a NixOS
25system. The virtual machine mounts the Nix store of the host; this makes
26VM creation very fast, as no disk image needs to be created. Afterwards,
27-you can view a pretty-printed log of the test:
2829```ShellSession
30-$ firefox result/log.html
31```
···24a build that starts a QEMU/KVM virtual machine containing a NixOS
25system. The virtual machine mounts the Nix store of the host; this makes
26VM creation very fast, as no disk image needs to be created. Afterwards,
27+you can view a log of the test:
2829```ShellSession
30+$ nix-store --read-log result
31```
···26 perform a build that starts a QEMU/KVM virtual machine containing a
27 NixOS system. The virtual machine mounts the Nix store of the host;
28 this makes VM creation very fast, as no disk image needs to be
29- created. Afterwards, you can view a pretty-printed log of the test:
30 </para>
31 <programlisting>
32-$ firefox result/log.html
33</programlisting>
34</section>
···26 perform a build that starts a QEMU/KVM virtual machine containing a
27 NixOS system. The virtual machine mounts the Nix store of the host;
28 this makes VM creation very fast, as no disk image needs to be
29+ created. Afterwards, you can view a log of the test:
30 </para>
31 <programlisting>
32+$ nix-store --read-log result
33</programlisting>
34</section>