Update flake.nix to use latest Rust toolchain
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[target.thumbv6m-none-eabi]
|
[target.thumbv6m-none-eabi]
|
||||||
runner = "probe-rs run --chip RP2040"
|
runner = "sh ./probe-rs-nix run --chip RP2040"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
target = "thumbv6m-none-eabi"
|
target = "thumbv6m-none-eabi"
|
||||||
|
|||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Wrapper to run probe-rs within the Nix environment via direnv
|
||||||
|
exec direnv exec "$(dirname "$0")" probe-rs "$@"
|
||||||
Reference in New Issue
Block a user