From e646312283df881c74af8353ec43177c3b876c30 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 12 Jul 2022 15:57:23 -0400
Subject: [PATCH] actually it is over there

---
 ci-tools/update-nixpkgs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci-tools/update-nixpkgs b/ci-tools/update-nixpkgs
index 8a4e6eea..55c8ec67 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -1,5 +1,5 @@
 #!/usr/bin/env nix-shell
-#!nix-shell -i sh -p nixUnstable git curl
+#!nix-shell -i sh -p nixUnstable git curl python3
 
 set -eux -o pipefail
 
@@ -10,7 +10,7 @@ nix-build -A morph -o result-before
 
 git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
 
-./update-nixpkgs
+./tools/update-nixpkgs
 nix-build -A morph -o result-after
 diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
 
-- 
GitLab