allow unset variables in nix-build-and-cache for unset ATTIC_TOKEN

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-10 23:36:34 -04:00 committed by June
parent 89c22435d5
commit 9883444486

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
set -eo pipefail
# The first argument must be the desired installable
INSTALLABLE="$1"