Update flake.nix to use latest Rust toolchain

This commit is contained in:
2026-06-04 15:45:34 -05:00
parent 5a28e3014f
commit aa3e0cb5e4
2 changed files with 4 additions and 1 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
# Wrapper to run probe-rs within the Nix environment via direnv
exec direnv exec "$(dirname "$0")" probe-rs "$@"