From 0dbcab28f2f08754021d35d6c4e9eb8379253fa6 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan <ryan@ryantm.com> Date: Thu, 5 Jan 2023 22:18:27 -0800 Subject: [PATCH] nixpkgs-update add missing dependency on ssh --- build02/nixpkgs-update.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/build02/nixpkgs-update.nix b/build02/nixpkgs-update.nix index c4a5c7f..fc0970b 100644 --- a/build02/nixpkgs-update.nix +++ b/build02/nixpkgs-update.nix @@ -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