use fenix to build package, have runner script; nix run works now!

This commit is contained in:
andromeda
2026-04-06 17:21:54 +02:00
parent a5d0113112
commit ab2ae6d0e8
4 changed files with 129 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
[target.riscv32imac-unknown-none-elf]
runner = "sudo espflash flash --monitor --chip esp32c6"
# UPDATE flake.nix to reflect any changes here in the wrapper script
runner = "espflash flash --monitor --chip esp32c6"
[env]
ESP_LOG="info"