From c6ec28d442090a57ad19e51e0b9a4207cb5cd6a2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 13 Jul 2022 17:29:37 -0400 Subject: [PATCH] geez. --- ci-tools/update-nixpkgs | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs index c42d4205..3f1c573c 100755 --- a/ci-tools/update-nixpkgs +++ b/ci-tools/update-nixpkgs @@ -44,6 +44,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}" # sort out this mess sooner rather than later... nix-shell ./shell.nix --run 'update-nixpkgs --dry-run' +git fetch origin develop git branch -a # Show us what we did -- GitLab