From 543d006fef3a86e0887d2f2a213bffa7afbf19d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 20 Mar 2024 08:02:32 +0000 Subject: [PATCH] fix option --- modules/pre-commit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.