Skip to content

Commit

Permalink
prev: per-review: reword comment regarding logging of implicit hooks
Browse files Browse the repository at this point in the history
Addresses the following review comment: NixOS#290081 (comment)

This will be squashed into the previous commit pending review.

Co-authored-by: Philip Taron <[email protected]>
  • Loading branch information
Qyriad and philiptaron committed Feb 27, 2024
1 parent f27e008 commit 2db9179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/stdenv/generic/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ getAllOutputNames() {
# Hook handling.

# Log a hook, to be run before the hook is actually called.
# logging for "implicit" hooks -- the ones specified directly
# in derivation's arguments -- is done in _callImplicitHook instead.
# This only logs explicit hooks; "implicit" hooks, those specified directly
# in a derivation's arguments, are logged in `_callImplicitHook` instead.
_logHook() {
local hookKind="$1"
local hookExpr="$2"
Expand Down

0 comments on commit 2db9179

Please sign in to comment.