mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
prev: per-review: reword comment regarding logging of implicit hooks
Addresses the following review comment: https://github.com/NixOS/nixpkgs/pull/290081#discussion_r1503503065 This will be squashed into the previous commit pending review. Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
parent
9aef09586e
commit
ff372db9b4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user