Update flake.nix to use latest Rust toolchain

This commit is contained in:
2026-06-04 18:17:41 -05:00
parent aa3e0cb5e4
commit cc1147fe3b
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[target.thumbv6m-none-eabi]
runner = "sh ./probe-rs-nix run --chip RP2040"
runner = "direnv exec . probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"