mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
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
This commit is contained in:
parent
b0946b3f6b
commit
24ef375fc7
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