Skip to content

Commit

Permalink
Update modules/hooks.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
phip1611 and roberth authored Apr 19, 2024
1 parent 7e6fcae commit 1336ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ in
configPath =
mkOption {
type = types.nullOr (types.either types.str types.path);
description = lib.mdDoc "Path to a typos config file (recommended) or a string (deprecated).";
description = lib.mdDoc "[Path](https://nixos.org/manual/nix/stable/language/values#type-path) to a typos config file (recommended) or a string (deprecated).";
default = null;
example = ".typos.toml";
};
Expand Down

0 comments on commit 1336ec2

Please sign in to comment.