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:
parent
3dd266fe2a
commit
4c898f7561
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue