ESP-IDF: Difference between revisions

imported>R-burns
m (Driveby stdenv.lib deprecation cleanup: https://github.com/NixOS/nixpkgs/issues/108938)
imported>Leonvita91
(i had change this dir becuase it wasnt folllow the the Steps and the old one was this)
Line 89: Line 89:
     gawk gperf gettext automake bison flex texinfo help2man libtool autoconf ncurses5 cmake glibcLocales
     gawk gperf gettext automake bison flex texinfo help2man libtool autoconf ncurses5 cmake glibcLocales
     (python2.withPackages (ppkgs: with ppkgs; [ pyserial future cryptography setuptools pyelftools pyparsing click ]))
     (python2.withPackages (ppkgs: with ppkgs; [ pyserial future cryptography setuptools pyelftools pyparsing click ]))
     (pkgs.callPackage ~/esp/esp32-toolchain.nix {})
     (pkgs.callPackage ~/esp/esp-toolchain.nix {})
   ];
   ];
   shellHook = ''
   shellHook = ''