We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35aed5 commit eb9778dCopy full SHA for eb9778d
modules/hook.nix
@@ -46,6 +46,7 @@ in
46
47
package = mkOption {
48
type = types.nullOr types.package;
49
+ default = null;
50
description = lib.mdDoc
51
''
52
An optional package that provides the hook.
0 commit comments