From 6f33f49b9c2a8a4ba23674d683bef661c43896c8 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 10 May 2020 00:23:57 +0100 Subject: [PATCH] hack/populate_secrets: try using nix-shell to pull in bash --- hack/populate_secrets.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack/populate_secrets.sh b/hack/populate_secrets.sh index 6754871dca..5094cb137b 100755 --- a/hack/populate_secrets.sh +++ b/hack/populate_secrets.sh @@ -1,4 +1,5 @@ -#!/usr/bin/env bash +#!/usr/bin/env nix-shell +#!nix-shell -i bash set -euo pipefail