1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-15 17:26:58 +00:00

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 #!/usr/bin/env bash
set -euo pipefail set -eo pipefail
# The first argument must be the desired installable # The first argument must be the desired installable
INSTALLABLE="$1" INSTALLABLE="$1"