From c6dc1abfaff9bbebc7e196be0c4982bb4cb9b3d4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 16:53:19 -0400 Subject: [PATCH] Not set for us? --- ci-tools/update-nixpkgs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index f7b326c9..539de764 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -9,6 +9,8 @@ set -eux -o pipefail +HOST="whetstone.private.storage" + setup_ssh() { # -s makes the output sh compatible, in case it can't detect this for # itself. -- GitLab