summaryrefslogtreecommitdiff
path: root/crates/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 /crates/arches.nix
parent386df39c9866a4d945de46ef0dcab2363c674e0e (diff)
Move everything over to the new organization.
Diffstat (limited to 'crates/arches.nix')
-rw-r--r--crates/arches.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/arches.nix b/crates/arches.nix
deleted file mode 100644
index 257ad7d..0000000
--- a/crates/arches.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- riscv64 = {
- crossSystem = "riscv64-unknown-none-elf";
- rust-target = "riscv64gc-unknown-none-elf";
- };
-}