treewide: replace mkPackageOptionMD with mkPackageOption

This commit is contained in:
h7x4
2023-11-30 19:03:14 +01:00
parent 9b11307f42
commit 79d3d59f58
128 changed files with 155 additions and 155 deletions

View File

@@ -19,7 +19,7 @@ let
mapAttrs'
mkEnableOption
mkOption
mkPackageOptionMD
mkPackageOption
mkIf
nameValuePair
types
@@ -56,7 +56,7 @@ in
];
options.services.gitea-actions-runner = with types; {
package = mkPackageOptionMD pkgs "gitea-actions-runner" { };
package = mkPackageOption pkgs "gitea-actions-runner" { };
instances = mkOption {
default = {};