added python dependencies for west
All checks were successful
build / check (push) Successful in 27s
build / build (push) Successful in 3m30s

This commit is contained in:
Sebastian Wendel 2023-09-15 19:21:14 +02:00
parent 0b8308e9d1
commit 4ef32ae3cb

View file

@ -25,8 +25,12 @@ with self.packages.${system};
ncurses ncurses
ninja ninja
# # Zephyr # Zephyr
python310Packages.west (python310.withPackages (ps:
with ps; [
west
pyelftools
]))
zephyr-sdk zephyr-sdk
# ESP # ESP