diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-09-01 19:59:44 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-09-01 19:59:44 -0500 |
commit | 386df39c9866a4d945de46ef0dcab2363c674e0e (patch) | |
tree | c0572ce6a2c81c93546210f599dff553783c5760 /crates/arches.nix | |
parent | 6b98b6afea6e790abe738a67aa28bab54c91afe0 (diff) |
Move almost all the kernel into crates/.
Diffstat (limited to 'crates/arches.nix')
-rw-r--r-- | crates/arches.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/arches.nix b/crates/arches.nix new file mode 100644 index 0000000..257ad7d --- /dev/null +++ b/crates/arches.nix @@ -0,0 +1,6 @@ +{ + riscv64 = { + crossSystem = "riscv64-unknown-none-elf"; + rust-target = "riscv64gc-unknown-none-elf"; + }; +} |