mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #144106 from alyssais/qemu-kvm
This commit is contained in:
commit
0dbbf28f8d
@ -560,7 +560,7 @@ in
|
||||
package =
|
||||
mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.qemu;
|
||||
default = pkgs.qemu_kvm;
|
||||
example = "pkgs.qemu_test";
|
||||
description = "QEMU package to use.";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user