mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
modules: add mkPackageOptionMD
another transitional option factory, like mkAliasOptionModuleMD.
This commit is contained in:
parent
4c1cfbdb84
commit
9da5f12ecf
23 changed files with 42 additions and 24 deletions
|
@ -71,7 +71,7 @@ in
|
|||
services.vdirsyncer = {
|
||||
enable = mkEnableOption (mdDoc "vdirsyncer");
|
||||
|
||||
package = mkPackageOption pkgs "vdirsyncer" {};
|
||||
package = mkPackageOptionMD pkgs "vdirsyncer" {};
|
||||
|
||||
jobs = mkOption {
|
||||
description = mdDoc "vdirsyncer job configurations";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue