stdenv: fix typo

This commit is contained in:
K900 2024-06-24 10:17:10 +03:00
parent c1d6d547af
commit e2665b3080

View File

@ -1622,7 +1622,7 @@ runPhase() {
if [[ "$curPhase" = installCheckPhase && -z "${doInstallCheck:-}" ]]; then return; fi
if [[ "$curPhase" = distPhase && -z "${doDist:-}" ]]; then return; fi
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$currPhase\" }"
nixLog "@nix { \"action\": \"setPhase\", \"phase\": \"$curPhase\" }"
showPhaseHeader "$curPhase"
dumpVars