summaryrefslogtreecommitdiff
path: root/arches.nix
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-01 20:49:26 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-01 20:49:26 -0500
commit8cb34498eceef231927c444507b6787128c5f0d8 (patch)
tree0fadd76c82b88d22f993d2333e56a9200f656012 /arches.nix
parent386df39c9866a4d945de46ef0dcab2363c674e0e (diff)
Move everything over to the new organization.
Diffstat (limited to 'arches.nix')
-rw-r--r--arches.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/arches.nix b/arches.nix
new file mode 100644
index 0000000..257ad7d
--- /dev/null
+++ b/arches.nix
@@ -0,0 +1,6 @@
+{
+ riscv64 = {
+ crossSystem = "riscv64-unknown-none-elf";
+ rust-target = "riscv64gc-unknown-none-elf";
+ };
+}