0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/vdirsyncer: fix description

This commit is contained in:
Naïm Favier 2022-10-28 11:59:34 +02:00
parent 8b50c1b905
commit 94d24f136e
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -106,7 +106,7 @@ in
forceDiscover = mkOption {
type = types.bool;
default = false;
description = literalMD ''
description = mdDoc ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
'';
};