diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 20:49:26 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 20:49:26 -0500 |
commit | 8cb34498eceef231927c444507b6787128c5f0d8 (patch) | |
tree | 0fadd76c82b88d22f993d2333e56a9200f656012 /crates/arches.nix | |
parent | 386df39c9866a4d945de46ef0dcab2363c674e0e (diff) |
Move everything over to the new organization.
Diffstat (limited to 'crates/arches.nix')
-rw-r--r-- | crates/arches.nix | 6 |
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"; - }; -} |