mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 00:10:30 +00:00
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 a new issue