summary refs log tree commit diff
path: root/pkgs/tools/misc/esptool
diff options
context:
space:
mode:
authorarcnmx <git@git.arcn.mx>2023-05-22 10:47:32 -0700
committerarcnmx <git@git.arcn.mx>2023-05-22 10:47:32 -0700
commit0a7a068d4985e0987eaf6e2c476d463ef24e2d66 (patch)
treec8103d383fe3c7319c41fdec6c0ce1554786413a /pkgs/tools/misc/esptool
parent229321224ae97d6a723cc084674f57016c46dacd (diff)
downloadnixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar.gz
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar.bz2
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar.lz
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar.xz
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.tar.zst
nixpkgs-0a7a068d4985e0987eaf6e2c476d463ef24e2d66.zip
esptool: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/misc/esptool')
-rw-r--r--pkgs/tools/misc/esptool/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/esptool/default.nix b/pkgs/tools/misc/esptool/default.nix
index 2bf7b280d25..d7bf8a9b903 100644
--- a/pkgs/tools/misc/esptool/default.nix
+++ b/pkgs/tools/misc/esptool/default.nix
@@ -46,5 +46,6 @@ python3.pkgs.buildPythonApplication rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ dezgeg dotlambda ] ++ teams.lumiguide.members;
     platforms = with platforms; linux ++ darwin;
+    mainProgram = "esptool.py";
   };
 }