mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
fix option type in mkHook
This commit is contained in:
parent
8262659fc9
commit
248f65b9c4
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ let
|
|||
|
||||
mkHook = description: lib.mkOption {
|
||||
inherit description;
|
||||
type = lib.types.str;
|
||||
type = lib.types.lines;
|
||||
default = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue