nixpkgs-update: add git as dependency for update scripts

eventually, it should be possible to pass git through to the
updatescripts directly within the nixpkgs-update binary, but this is
quicker for now.
This commit is contained in:
Ryan Mulligan 2020-10-11 07:21:54 -07:00
parent 3dd266fe2a
commit 4c898f7561

View file

@ -10,6 +10,7 @@ let
nixpkgsUpdateSystemDependencies = with pkgs; [
nix # for nix-shell used by python packges to update fetchers
git # used by update-scripts
gnugrep
curl
];