summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/arches.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/arches.nix b/nix/arches.nix
new file mode 100644
index 0000000..257ad7d
--- /dev/null
+++ b/nix/arches.nix
@@ -0,0 +1,6 @@
+{
+ riscv64 = {
+ crossSystem = "riscv64-unknown-none-elf";
+ rust-target = "riscv64gc-unknown-none-elf";
+ };
+}