Merge pull request #616 from haylinmoore/nix-add-python3

default.nix: add python3 to the shell
This commit is contained in:
ripplebiz 2025-08-17 00:32:41 +10:00 committed by GitHub
commit f9284cdf4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ in
pkgs.mkShell {
buildInputs = [
pkgs.platformio
pkgs.python3
# optional: needed as a programmer i.e. for esp32
pkgs.avrdude
];