We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0946b3 + 24ef375 commit f9284cdCopy full SHA for f9284cd
default.nix
@@ -4,6 +4,7 @@ in
4
pkgs.mkShell {
5
buildInputs = [
6
pkgs.platformio
7
+ pkgs.python3
8
# optional: needed as a programmer i.e. for esp32
9
pkgs.avrdude
10
];
0 commit comments