mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 05:38:57 +03:00
treewide: replace mkPackageOptionMD
with mkPackageOption
This commit is contained in:
parent
9b11307f42
commit
79d3d59f58
128 changed files with 155 additions and 155 deletions
|
@ -13,7 +13,7 @@ in
|
|||
options.services.grafana-agent = {
|
||||
enable = mkEnableOption (lib.mdDoc "grafana-agent");
|
||||
|
||||
package = mkPackageOptionMD pkgs "grafana-agent" { };
|
||||
package = mkPackageOption pkgs "grafana-agent" { };
|
||||
|
||||
credentials = mkOption {
|
||||
description = lib.mdDoc ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue