Compare commits

...

2 commits

View file

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