diff --git a/shells/zephyr.nix b/shells/zephyr.nix index 10b0982..0f26ac7 100644 --- a/shells/zephyr.nix +++ b/shells/zephyr.nix @@ -25,8 +25,12 @@ with self.packages.${system}; ncurses ninja - # # Zephyr - python310Packages.west + # Zephyr + (python310.withPackages (ps: + with ps; [ + west + pyelftools + ])) zephyr-sdk # ESP