fix option type in mkHook

This commit is contained in:
name_snrl 2024-06-19 09:51:27 +05:00 committed by mergify[bot]
parent 8262659fc9
commit 248f65b9c4

View file

@ -204,7 +204,7 @@ let
mkHook = description: lib.mkOption {
inherit description;
type = lib.types.str;
type = lib.types.lines;
default = "";
};