Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform/nix-build.sh: prevent error on empty nix_options
currently, when `var.nix_options` is not set, the jq map action yields `null`, which ends up missing up. using a conditional here, we may instead account for this case such as to set it to empty string and avoid the issue.
- Loading branch information