diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 22:16:59 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 22:16:59 -0500 |
commit | 905e90461e4d15f80b1f0ae0f0fe1a5863be92b6 (patch) | |
tree | 9159b2df320ba4cef259f27b83fc38ad06a73dd8 /arches.nix | |
parent | 158b7123b6a50b2e8d37529e01ccd94c9106c11a (diff) |
Move arches.nix.
Diffstat (limited to 'arches.nix')
-rw-r--r-- | arches.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arches.nix b/arches.nix deleted file mode 100644 index 257ad7d..0000000 --- a/arches.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - riscv64 = { - crossSystem = "riscv64-unknown-none-elf"; - rust-target = "riscv64gc-unknown-none-elf"; - }; -} |