diff options
| author | Naïm Favier <n@monade.li> | 2022-10-28 11:59:34 +0200 |
|---|---|---|
| committer | Naïm Favier <n@monade.li> | 2022-10-28 11:59:34 +0200 |
| commit | 94d24f136e532669c6074ff7ac1238b59e102586 (patch) | |
| tree | 9e699643a6d14df1f9a476a2f06e3034165ce2f2 | |
| parent | Merge pull request #198227 from fabaff/msgspec-bump (diff) | |
| download | nixpkgs-94d24f136e532669c6074ff7ac1238b59e102586.tar.gz | |
nixos/vdirsyncer: fix description
| -rw-r--r-- | nixos/modules/services/networking/vdirsyncer.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/vdirsyncer.nix b/nixos/modules/services/networking/vdirsyncer.nix index c818b640a41d..6a069943434d 100644 --- a/nixos/modules/services/networking/vdirsyncer.nix +++ b/nixos/modules/services/networking/vdirsyncer.nix @@ -106,7 +106,7 @@ in forceDiscover = mkOption { type = types.bool; default = false; - description = literalMD '' + description = mdDoc '' Run `yes | vdirsyncer discover` prior to `vdirsyncer sync` ''; }; |
