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:
parent
8b50c1b905
commit
94d24f136e
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue