mlaga97-nixos/tweaks/aarch64-crosscompile.nix

4 lines
66 B
Nix

{ ... }: {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}