From 532939d38545889334aba0d882b732034c5a7891 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 13 Jul 2022 16:45:07 -0400
Subject: [PATCH] just to see

---
 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 2c055fdf..f30bc254 100755
--- a/ci-tools/update-nixpkgs
+++ b/ci-tools/update-nixpkgs
@@ -39,7 +39,7 @@ git checkout "${TARGET_BRANCH}" || git checkout -b "${TARGET_BRANCH}"
 
 # Spawn *another* nix-shell that has the *other* update-nixpkgs tool.  Should
 # sort out this mess sooner rather than later...
-nix-shell ./shell.nix --run update-nixpkgs
+nix-shell ./shell.nix --run 'update-nixpkgs --dry-run'
 
 # Show us what we did
 if git diff --exit-code; then
-- 
GitLab