virtualisation.qemu.package

NixOS option

QEMU package to use.

type: package
Default
if hostPkgs.stdenv.hostPlatform.qemuArch == pkgs.stdenv.hostPlatform.qemuArch then config.virtualisation.host.pkgs.qemu_kvm else config.virtualisation.host.pkgs.qemu
Example
pkgs.qemu_test
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →