mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
treewide: mkPackageOption -> mkPackageOptionMD
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user