From d194939ff55e352f069f15c15f63dbcf8b96138c Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 13 Jun 2024 15:04:06 -0700 Subject: [PATCH] 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 --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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