From 2a38b1f184e3e15d11495eed753e77b6a9fd698d 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"