Browse Source
Merge pull request #616 from haylinmoore/nix-add-python3
default.nix: add python3 to the shell
pull/630/head
ripplebiz
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
default.nix
|
|
@ -4,6 +4,7 @@ in |
|
|
pkgs.mkShell { |
|
|
pkgs.mkShell { |
|
|
buildInputs = [ |
|
|
buildInputs = [ |
|
|
pkgs.platformio |
|
|
pkgs.platformio |
|
|
|
|
|
pkgs.python3 |
|
|
# optional: needed as a programmer i.e. for esp32 |
|
|
# optional: needed as a programmer i.e. for esp32 |
|
|
pkgs.avrdude |
|
|
pkgs.avrdude |
|
|
]; |
|
|
]; |
|
|
|