Skip to content

Commit

Permalink
stdenv: change the logging in _allFlags to talkative
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Aug 6, 2024
1 parent e844424 commit d8fbb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/generic/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ _allFlags() {
# don't have to be in the env attrset when `__structuredAttrs` is enabled.
export system pname name version
while IFS='' read -r varName; do
nixWarnLog "@${varName}@" "->" "${!varName}"
nixTalkativeLog "@${varName}@ -> ${!varName}"
args+=("--subst-var" "$varName")
done < <(awk 'BEGIN { for (v in ENVIRON) if (v ~ /^[a-z][a-zA-Z0-9_]*$/) print v }')
}
Expand Down

0 comments on commit d8fbb16

Please sign in to comment.