mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #616 from haylinmoore/nix-add-python3
default.nix: add python3 to the shell
This commit is contained in:
commit
f9284cdf4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue