QEMU: Difference between revisions
Register binfmt emulate different architectures |
→Setup: : Cleanup odd wording and add the Evaluate template. |
||
| Line 2: | Line 2: | ||
== Setup == | == Setup == | ||
To install the main QEMU program system-wide, add the following to your <code>configuration.nix</code>:<syntaxhighlight lang=nix> | |||
environment = { | environment = { | ||
systemPackages = [ pkgs.qemu ]; | systemPackages = [ pkgs.qemu ]; | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{Evaluate}} | |||
=== Quick EMU === | === Quick EMU === | ||