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

@@ -14,7 +14,7 @@ in {
integration. Note that you need to logout and login for this change to apply
'');
package = lib.mkPackageOptionMD pkgs "direnv" {};
package = lib.mkPackageOption pkgs "direnv" {};
direnvrcExtra = lib.mkOption {
type = lib.types.lines;
@@ -49,7 +49,7 @@ in {
default = true;
};
package = lib.mkPackageOptionMD pkgs "nix-direnv" {};
package = lib.mkPackageOption pkgs "nix-direnv" {};
};
};