Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add riscv32i-unknown-none-elf arch to Nix shell
  • Loading branch information
alevy committed Jan 8, 2021
commit b385944b34d5161cace24ed154a6ea75cdaa9659
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let
rust_channel = "nightly";
rust_targets = [
"thumbv7em-none-eabi" "thumbv7em-none-eabihf" "thumbv6m-none-eabi"
"riscv32imac-unknown-none-elf" "riscv32imc-unknown-none-elf"
"riscv32imac-unknown-none-elf" "riscv32imc-unknown-none-elf" "riscv32i-unknown-none-elf"
];
rust_build = nixpkgs.rustChannelOfTargets rust_channel rust_date rust_targets;
in
Expand Down