Skip to content

Commit f9284cd

Browse files
authored
Merge pull request #616 from haylinmoore/nix-add-python3
default.nix: add python3 to the shell
2 parents b0946b3 + 24ef375 commit f9284cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ in
44
pkgs.mkShell {
55
buildInputs = [
66
pkgs.platformio
7+
pkgs.python3
78
# optional: needed as a programmer i.e. for esp32
89
pkgs.avrdude
910
];

0 commit comments

Comments
 (0)