flake.nix: add riscv64 cross target

It builds. I have not tested the binaries since I don't have hardware,
but I would be rather surprised if it were broken, given that nix *runs*
on this platform.

Change-Id: I0b474ffcd4a431bf117a303d0b65fa6532113f48
This commit is contained in:
jade 2024-06-13 15:04:06 -07:00
parent 1d6fd94cf9
commit d194939ff5

View file

@ -87,6 +87,7 @@
crossSystems = [
"armv6l-linux"
"armv7l-linux"
"riscv64-linux"
# FIXME: still broken in 24.05: fails to build rustc(??) due to missing -lstdc++ dep
# "x86_64-freebsd"
# FIXME: broken dev shell due to python