Compare commits

...

2 commits

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";
} }