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

@ -310,7 +310,7 @@ in {
'';
};
package = mkPackageOption pkgs "delta" { };
package = mkPackageOptionMD pkgs "delta" { };
options = mkOption {
type = with types;