Skip to content

Commit

Permalink
add support for riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkKirb authored and psionic-k committed Oct 15, 2023
1 parent dda46a8 commit 38de21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions overlay/lib/rust-triple.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ in {
"wasm32-unknown" = "wasm32-unknown-unknown";
"wasm32-wasi" = "wasm32-wasi";
"wasm32-unknown-wasi" = "wasm32-wasi";
"riscv64-linux" = "riscv64gc-unknown-linux-${abi}";
"riscv32-linux" = "riscv32gc-unknown-linux-${abi}";
}.${platform.system} or platform.config

0 comments on commit 38de21e

Please sign in to comment.