Nix flake for rustup dev shell

This commit is contained in:
2025-10-16 22:57:44 +02:00
parent 7ad309d78d
commit 34b11fb262
2 changed files with 69 additions and 1 deletions

View File

@@ -24,12 +24,19 @@
nativeBuildInputs = [
rustup
rustPlatform.bindgenHook
rustfmt
clippy
rust-analyzer
pkg-config
openocd
gdb
qemu
inetutils # telnet for OpenOCD console
];
buildInputs = [
# Libraries here
openssl
openocd
];
RUSTC_VERSION = "stable";
shellHook = ''