Skip to content

Commit

Permalink
fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 20, 2024
1 parent cf361f5 commit 543d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 543d006

Please sign in to comment.