aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-13 15:04:06 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-13 15:04:06 -0700
commitd194939ff55e352f069f15c15f63dbcf8b96138c (patch)
treeb15dddba64404be955ae12d4992b1d5c10ef9c86 /flake.nix
parent1d6fd94cf9354c2d9dbeb9318532fbcbfe308e39 (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
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 16b92d022..8f93127f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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