Skip to content

Commit

Permalink
qemu_qubes: init at 4.19.0-3
Browse files Browse the repository at this point in the history
This package is required, as the Qubes Xen build is effectively a
xen-slim build.

Signed-off-by: Fernando Rodrigues <[email protected]>
  • Loading branch information
SigmaSquadron committed Sep 12, 2024
1 parent 3ce6e08 commit 9acc181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26914,6 +26914,8 @@ with pkgs;
qemu_xen_4_17 = lowPrio (qemu.override { hostCpuOnly = true; xenSupport = true; xen = xenPackages.xen_4_17-slim; });
qemu_xen = qemu_xen_4_19;

qemu_qubes = lowPrio (qemu.override { hostCpuTargets = [ "i386-softmmu" ]; xenSupport = true; xen = qubes-vmm-xen; });

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

quick-lint-js = callPackage ../development/tools/quick-lint-js { };
Expand Down

0 comments on commit 9acc181

Please sign in to comment.