Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform/nix-build.sh: prevent error on empty nix_options #417

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

KiaraGrouwstra
Copy link
Contributor

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.

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.
@Mic92
Copy link
Member

Mic92 commented Nov 15, 2024

@mergify queue

Copy link
Contributor

mergify bot commented Nov 15, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 3458298

@mergify mergify bot merged commit 3458298 into nix-community:main Nov 15, 2024
5 checks passed
@KiaraGrouwstra KiaraGrouwstra deleted the patch-1 branch November 15, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants