Rodrigo Arias Mallo
f3167c0cc0
Allows cross-compilation of packages for RISC-V that are known to try to run RISC-V programs in the host.
4 lines
108 B
Nix
4 lines
108 B
Nix
{
|
|
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" "powerpc64le-linux" "riscv64-linux" ];
|
|
}
|