Skip to content

Commit 543d006

Browse files
committed
fix option
1 parent cf361f5 commit 543d006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pre-commit.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ in
132132
};
133133

134134
enabledPackages = mkOption {
135-
type = types.list;
135+
type = types.listOf types.unspecified;
136136
description = lib.mdDoc
137137
''
138138
All packages provided by hooks that are enabled.

0 commit comments

Comments
 (0)