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 | |
parent | 386df39c9866a4d945de46ef0dcab2363c674e0e (diff) |
Move everything over to the new organization.
Diffstat (limited to 'crates')
-rw-r--r-- | crates/arches.nix | 6 | ||||
-rw-r--r-- | crates/default.nix | 3 |
2 files changed, 1 insertions, 8 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"; - }; -} diff --git a/crates/default.nix b/crates/default.nix index d615e29..7204dae 100644 --- a/crates/default.nix +++ b/crates/default.nix @@ -1,12 +1,11 @@ { + arches, fenix, nixpkgs, system, }: let - arches = import ./arches.nix; - toml = builtins.fromTOML (builtins.readFile ./kernel/Cargo.toml); mkLibKernel = |