0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +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 { forceDiscover = mkOption {
type = types.bool; type = types.bool;
default = false; default = false;
description = literalMD '' description = mdDoc ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync` Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
''; '';
}; };