Skip to content

Commit 2597510

Browse files
authored
Merge pull request #202 from loicreynier/fix-prettier-option
Fix Prettier output option
2 parents 471c7f1 + fced41b commit 2597510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ in
145145
output =
146146
mkOption {
147147
description = lib.mdDoc "Output format.";
148-
types = types.nullOr types.enum [ "check" "list-diffrent" ];
148+
type = types.nullOr (types.enum [ "check" "list-different" ]);
149149
default = "list-different";
150150
};
151151
};

0 commit comments

Comments
 (0)