From a5606382b5617f3f4d1a5893484a3065943efe9e Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 13 Jul 2022 16:50:58 -0400
Subject: [PATCH] sh is bad at exiting on error

---
 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 bdd0d2d2..84d08432 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 openssh curl
+#!nix-shell -i bash -p nixUnstable git openssh curl
 
 # ^^
 # we get nixUnstable for the diff-closures command, mostly.
-- 
GitLab