nixos/vdirsyncer: fix description
Naïm Favier 3 years ago 94d24f13 8b50c1b9
··· 106 106 forceDiscover = mkOption { 107 107 type = types.bool; 108 108 default = false; 109 109 - description = literalMD '' 109 109 + description = mdDoc '' 110 110 Run `yes | vdirsyncer discover` prior to `vdirsyncer sync` 111 111 ''; 112 112 };