You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments