Merge pull request #587 from genebean/esptool

Update where esptool is installed
This commit is contained in:
Gene Liverman 2026-01-20 10:31:31 -05:00 committed by GitHub
commit 324271d729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
# nothing here right now esptool
]; ];
programs = { programs = {
git.settings.aliases = { git.settings.aliases = {

View file

@ -16,7 +16,6 @@ in {
dos2unix dos2unix
duf duf
dust dust
esptool
fd fd
f2 f2
git-filter-repo git-filter-repo