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:
@@ -310,7 +310,7 @@ in {
|
||||
'';
|
||||
};
|
||||
|
||||
package = mkPackageOption pkgs "delta" { };
|
||||
package = mkPackageOptionMD pkgs "delta" { };
|
||||
|
||||
options = mkOption {
|
||||
type = with types;
|
||||
|
||||
Reference in New Issue
Block a user