treewide: mkPackageOption -> mkPackageOptionMD

This commit is contained in:
Emily
2023-07-01 10:41:32 +01:00
parent 71df507159
commit e04de5b308
53 changed files with 60 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ in {
options.programs.lazygit = {
enable = mkEnableOption "lazygit, a simple terminal UI for git commands";
package = mkPackageOption pkgs "lazygit" { };
package = mkPackageOptionMD pkgs "lazygit" { };
settings = mkOption {
type = yamlFormat.type;