flake rework

This commit is contained in:
Robin Appelman 2024-11-21 15:03:38 +01:00
commit 8f9eeadb74
20 changed files with 256 additions and 382 deletions

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2024-11-18"
components = [ "rustfmt", "rust-std", "clippy", "rust-src" ]
targets = [ "riscv32imc-unknown-none-elf" ]