diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ rustc = toolchain; }).buildPackage { src = ./.; + + # set these to build the project + ACCESS_POINT_SSID = null; + ACCESS_POINT_PASS = null; + # UPDATE .cargo/config.toml to reflect changes here in the runner postInstall = '' mv $out/bin/esp32c6-play $out/bin/.esp32c6-play |
