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 {
buildInputs = [
pkgs.arduino-ide
pkgs.python3
];
shellHook = "arduino-ide";
}