From ca480543a29a399002b135e3cacdaa4da9a67457 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 12 Jul 2022 15:42:23 -0400 Subject: [PATCH] let the local grid build --- ci-tools/update-nixpkgs | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index 78f257db..07b00a41 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -6,6 +6,7 @@ set -eux -o pipefail TARGET_BRANCH="nixpkgs-upgrade-$(date +%Y-%m-%d)" git checkout -b "${TARGET_BRANCH}" +echo '{}' > morph/grid/local/public-keys/users.nix nix-build -A morph -o result-before update-nixpkgs nix-build -A morph -o result-after -- GitLab