Merge pull request #39998 from mogorman/platformio
platformio: add git to chroot so it is usable by platformio command
This commit is contained in:
commit
96ef188aa3
@ -20,6 +20,7 @@ let
|
|||||||
};
|
};
|
||||||
in (with pkgs; [
|
in (with pkgs; [
|
||||||
zlib
|
zlib
|
||||||
|
git
|
||||||
]) ++ (with python.pkgs; [
|
]) ++ (with python.pkgs; [
|
||||||
python
|
python
|
||||||
setuptools
|
setuptools
|
||||||
|
Loading…
Reference in New Issue
Block a user