hippocampus: emulation: binfmt: add aarch64

This commit is contained in:
2026-04-13 20:30:23 -04:00
parent 0915389ca4
commit d748206937

View File

@@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }: { { config, pkgs, lib, ... }: {
# TODO: rename to emulation?
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
"riscv64-linux" "riscv64-linux" "aarch64-linux"
]; ];
boot.binfmt.preferStaticEmulators = true; boot.binfmt.preferStaticEmulators = true;
} }