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; [
|
nixpkgsUpdateSystemDependencies = with pkgs; [
|
||||||
nix # for nix-shell used by python packges to update fetchers
|
nix # for nix-shell used by python packges to update fetchers
|
||||||
git # used by update-scripts
|
git # used by update-scripts
|
||||||
|
ssh # used by git
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
curl
|
curl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue