nixpkgs-update add missing dependency on ssh
This commit is contained in:
parent
86f4428fe0
commit
0dbcab28f2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ let
|
|||
nixpkgsUpdateSystemDependencies = with pkgs; [
|
||||
nix # for nix-shell used by python packges to update fetchers
|
||||
git # used by update-scripts
|
||||
ssh # used by git
|
||||
gnugrep
|
||||
gnused
|
||||
curl
|
||||
|
|
Loading…
Add table
Reference in a new issue