so like, there!s errrors but idc and its late and im eepi

This commit is contained in:
benstrb 2026-04-06 00:33:46 +02:00
parent f7a83875aa
commit 242f218a62
15 changed files with 2920 additions and 2 deletions

View file

@ -18,10 +18,17 @@
devShells."${system}" = {
default = pkgs.mkShell {
buildInputs = with pkgs; [
rustup
gcc
gnumake
rust-bin.stable.latest.default
evcxr
openocd
gcc-arm-embedded
stlink
pkg-config
openssl
gdb
];
};
};