From a5a8154a7c011210bc0f86865f121ee55f413071 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 12 Apr 2026 11:34:02 +0200 Subject: [PATCH] Add esptool to PATH --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 278ea1c..49e9923 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,7 @@ default = pkgs.mkShell { buildInputs = with pkgs; [ esphome + esptool cc2538-bsl ];