Skip to content

Commit ab82ab0

Browse files
authored
Merge pull request #623 from yunfachi/master
modules/pre-commit: make `rawConfig` option type recursively updatable
2 parents e891a93 + 57e70dd commit ab82ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pre-commit.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ in
368368

369369
rawConfig =
370370
mkOption {
371-
type = types.attrs;
371+
type = types.attrsOf types.unspecified;
372372
description =
373373
''
374374
The raw configuration before writing to file.

0 commit comments

Comments
 (0)