added python3 dep to nix shell

This commit is contained in:
stuce-bot 2025-07-01 14:58:17 +02:00
parent 3b7e68065a
commit 286b8816ef

View file

@ -2,6 +2,7 @@
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.arduino-ide pkgs.arduino-ide
pkgs.python3
]; ];
shellHook = "arduino-ide"; shellHook = "arduino-ide";
} }