Skip to content

Commit

Permalink
qemu_test: enable architectures other than x86
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 20, 2017
1 parent e0a17a3 commit 7042463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -12057,7 +12057,7 @@ with pkgs;
qemu_xen = lowPrio (qemu.override { x86Only = true; xenSupport = true; xen = xen-slim; });
qemu_xen-light = lowPrio (qemu.override { x86Only = true; xenSupport = true; xen = xen-light; });

qemu_test = lowPrio (qemu.override { x86Only = true; nixosTestRunner = true; });
qemu_test = lowPrio (qemu.override { x86Only = false; nixosTestRunner = true; });

firmwareLinuxNonfree = callPackage ../os-specific/linux/firmware/firmware-linux-nonfree { };

Expand Down

0 comments on commit 7042463

Please sign in to comment.