QEMU: Difference between revisions

Onny (talk | contribs)
Register binfmt emulate different architectures
Setup: : Cleanup odd wording and add the Evaluate template.
Line 2: Line 2:


== Setup ==
== Setup ==
Install the QEMU program system wide<syntaxhighlight lang=nix>
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 ===