Jump to content

ESP-IDF: Difference between revisions

i had change this dir becuase it wasnt folllow the the Steps and the old one was this (pkgs.callPackage ~/esp/esp32-toolchain.nix {}) for the new one this (pkgs.callPackage ~/esp/esp-toolchain.nix {}) so i just removed the 32 from esp in order to fit Dir.
imported>Leonvita91
(i had change this dir becuase it wasnt folllow the the Steps and the old one was this)
imported>Leonvita91
(i had change this dir becuase it wasnt folllow the the Steps and the old one was this (pkgs.callPackage ~/esp/esp32-toolchain.nix {}) for the new one this (pkgs.callPackage ~/esp/esp-toolchain.nix {}) so i just removed the 32 from esp in order to fit Dir.)
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/esp-toolchain.nix {})
     (pkgs.callPackage ~/esp/esp32-toolchain.nix {})
   ];
   ];
   shellHook = ''
   shellHook = ''
Anonymous user