From f5e72e1ec9b49b4824a97692bd2a35e532851909 Mon Sep 17 00:00:00 2001 From: saji Date: Fri, 7 Feb 2025 09:24:32 -0600 Subject: [PATCH] rv64-linux added --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 00b4ce5..8b3545b 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,8 @@ systems = [ "x86_64-linux" "aarch64-linux" + "riscv64-linux" + "aarch64-darwin" "x86_64-darwin" ];