diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-06-13 15:04:06 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-13 15:04:06 -0700 |
commit | d194939ff55e352f069f15c15f63dbcf8b96138c (patch) | |
tree | b15dddba64404be955ae12d4992b1d5c10ef9c86 | |
parent | 1d6fd94cf9354c2d9dbeb9318532fbcbfe308e39 (diff) |
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
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |