added python3 dep to nix shell
This commit is contained in:
parent
3b7e68065a
commit
286b8816ef
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.arduino-ide
|
pkgs.arduino-ide
|
||||||
|
pkgs.python3
|
||||||
];
|
];
|
||||||
shellHook = "arduino-ide";
|
shellHook = "arduino-ide";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue