all set up

This commit is contained in:
benstrb 2026-04-02 17:55:37 +02:00
parent db73deaa80
commit c7a5f98e54
15 changed files with 2833 additions and 3 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
];
};
};