nixpkgs-update: fix ssh dep
This commit is contained in:
parent
0dbcab28f2
commit
f032688df8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +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
|
||||
openssh # used by git
|
||||
gnugrep
|
||||
gnused
|
||||
curl
|
||||
|
|
Loading…
Add table
Reference in a new issue