platformio: add git to chroot so it is usable by platformio command
This commit is contained in:
parent
3ec4528dcf
commit
b79d1e8031
@ -20,6 +20,7 @@ let
|
||||
};
|
||||
in (with pkgs; [
|
||||
zlib
|
||||
git
|
||||
]) ++ (with python.pkgs; [
|
||||
python
|
||||
setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user