diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2024-04-14 23:02:32 +0200 |
|---|---|---|
| committer | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2024-04-19 04:05:50 +0200 |
| commit | def1e23be848848400d1d097d4f044e3c401f9dd (patch) | |
| tree | 7a69686dea36e304c788531fda90bc3edeee86fd /modules/time/default.nix | |
| parent | 99b3f9a1f5d2604d542f367d38001dfa40eea7b9 (diff) | |
treewide: remove lib.mdDoc
Diffstat (limited to 'modules/time/default.nix')
| -rw-r--r-- | modules/time/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/time/default.nix b/modules/time/default.nix index d3fa34d..28724a5 100644 --- a/modules/time/default.nix +++ b/modules/time/default.nix @@ -23,7 +23,7 @@ in type = types.nullOr types.str; default = null; example = "America/New_York"; - description = lib.mdDoc '' + description = '' The time zone used when displaying times and dates. See <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones> or run {command}`sudo systemsetup -listtimezones` for a comprehensive list of possible values for this setting. |
