From c67e4a7b5096abbd48baac72b33957f00efbc560 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 12 Jul 2022 15:53:28 -0400
Subject: [PATCH] does this find it?

---
 ci-tools/update-nixpkgs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs
index e8ce8fbd..8a4e6eea 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -10,7 +10,7 @@ nix-build -A morph -o result-before
 
 git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
 
-update-nixpkgs
+./update-nixpkgs
 nix-build -A morph -o result-after
 diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
 
-- 
GitLab