Skip to content

Commit 24ef375

Browse files
committed
default.nix: add python3 to the shell
There are many systems that chose to not have a global python install, namely my own systems :p. I end up having to nix-shell -p python3 anytime I want to run the build.sh as the last step uf2conv depends on python
1 parent b0946b3 commit 24ef375

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)