Merge pull request #39998 from mogorman/platformio

platformio: add git to chroot so it is usable by platformio command
This commit is contained in:
Matthew Justin Bauer
2018-05-07 04:30:25 +00:00
committed by GitHub
@@ -20,6 +20,7 @@ let
}; };
in (with pkgs; [ in (with pkgs; [
zlib zlib
git
]) ++ (with python.pkgs; [ ]) ++ (with python.pkgs; [
python python
setuptools setuptools