diff --git a/modules/pre-commit.nix b/modules/pre-commit.nix index 46ef631f..54e1fe16 100644 --- a/modules/pre-commit.nix +++ b/modules/pre-commit.nix @@ -132,7 +132,7 @@ in }; enabledPackages = mkOption { - type = types.list; + type = types.listOf types.unspecified; description = lib.mdDoc '' All packages provided by hooks that are enabled.