From cf588d61e1129c290f8c052786c05f9406c02bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 8 Aug 2023 13:47:01 +0200 Subject: [PATCH] action-flake-update-pr-clan: add missing openssh --- pkgs/action-flake-update-pr-clan/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/action-flake-update-pr-clan/default.nix b/pkgs/action-flake-update-pr-clan/default.nix index e44a9a8..34b1c0b 100644 --- a/pkgs/action-flake-update-pr-clan/default.nix +++ b/pkgs/action-flake-update-pr-clan/default.nix @@ -1,6 +1,7 @@ { bash , coreutils , git +, openssh , action-ensure-tea-login , action-create-pr , action-flake-update @@ -10,6 +11,7 @@ writePureShellScriptBin "action-flake-update-pr-clan" [ bash coreutils git + openssh action-ensure-tea-login action-create-pr action-flake-update