nixpkgs-update: fix ssh dep

This commit is contained in:
Ryan Mulligan 2023-01-05 22:19:38 -08:00
parent 0dbcab28f2
commit f032688df8

View file

@ -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