···40 "armv5tel" = "arm";
41 "armv6l" = "arm";
42 "armv7l" = "arm";
000043 "powerpc64le" = "ppc64le";
44- "mips" = "mips";
45 }.${platform.parsed.cpu.name} or (throw "Unsupported system");
4647 # We need a target compiler which is still runnable at build time,
···40 "armv5tel" = "arm";
41 "armv6l" = "arm";
42 "armv7l" = "arm";
43+ "mips" = "mips";
44+ "mipsel" = "mipsle";
45+ "riscv64" = "riscv64";
46+ "s390x" = "s390x";
47 "powerpc64le" = "ppc64le";
048 }.${platform.parsed.cpu.name} or (throw "Unsupported system");
4950 # We need a target compiler which is still runnable at build time,