Add esptool to PATH

This commit is contained in:
2026-04-12 09:55:07 +00:00
parent 0916a5dbcc
commit a5a8154a7c
+1
View File
@@ -16,6 +16,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
esphome
esptool
cc2538-bsl
];