summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-06 21:51:13 +0200
committerandromeda <andromeda@lenovo>2026-04-06 21:51:13 +0200
commitc085c1ab360750b5522d1fa8fde0e0ed5c5aeb53 (patch)
treed14aa619c581c359e151cd4eefd0a3660a58aab7 /flake.nix
parentae793c14be863a8e50df08068fb0be9b014217d3 (diff)
initialize wifi two-way
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9d42c39..ae542ea 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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