mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
linux-builder: support x86_64-linux
on aarch64
This commit is contained in:
parent
12bdeb01ff
commit
ab1f45f3d3
3 changed files with 14 additions and 3 deletions
|
@ -40,6 +40,7 @@ rec {
|
|||
otherHostGuestMatrix = {
|
||||
aarch64-darwin = {
|
||||
aarch64-linux = "${qemuPkg}/bin/qemu-system-aarch64 -machine virt,gic-version=2,accel=hvf:tcg -cpu max";
|
||||
inherit (otherHostGuestMatrix.x86_64-darwin) x86_64-linux;
|
||||
};
|
||||
x86_64-darwin = {
|
||||
x86_64-linux = "${qemuPkg}/bin/qemu-system-x86_64 -machine type=q35,accel=hvf:tcg -cpu max";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue