From ab3c76c21ee2f02d77fc789d735be28f9af531dc Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 13 Jul 2022 08:50:00 -0400
Subject: [PATCH] don't try to read the build artifacts that don't exist

---
 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 7040bc5c..554ca170 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -18,7 +18,7 @@ nix-shell ./shell.nix --run update-nixpkgs
 git diff
 
 # nix-build -A morph -o result-after
-diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
+# diff=$(nix --extra-experimental-features nix-command store diff-closures ./result-before/ ./result-after/)
 
 git commit -am "bump nixpkgs version"
 git push origin "${TARGET_BRANCH}:${TARGET_BRANCH}"
-- 
GitLab