mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:26:34 +01:00
enable aarch64 emulation
This commit is contained in:
parent
5dff6734b7
commit
210d1ab3e3
1 changed files with 1 additions and 1 deletions
|
@ -128,5 +128,5 @@
|
|||
nix.settings.system-features = [ "gccarch-alderlake" "benchmark" "big-parallel" "kvm" "nixos-test" ]
|
||||
++ map (x: "gccarch-${x}") (lib.systems.architectures.inferiors.alderlake or [ ]);
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "riscv64-linux" ];
|
||||
boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue