platformio: add git to chroot so it is usable by platformio command

This commit is contained in:
Matthew O'Gorman 2018-05-05 02:32:09 -04:00
parent 3ec4528dcf
commit b79d1e8031

View File

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