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

View File

@@ -20,6 +20,7 @@ let
};
in (with pkgs; [
zlib
git
]) ++ (with python.pkgs; [
python
setuptools