From 9883444486de830f8134e5407969d5e638c37522 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 10 Apr 2024 23:36:34 -0400 Subject: [PATCH] allow unset variables in nix-build-and-cache for unset ATTIC_TOKEN Signed-off-by: strawberry --- bin/nix-build-and-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nix-build-and-cache b/bin/nix-build-and-cache index 8487c298..6dcc13b6 100755 --- a/bin/nix-build-and-cache +++ b/bin/nix-build-and-cache @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euo pipefail +set -eo pipefail # The first argument must be the desired installable INSTALLABLE="$1"