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:
@@ -361,7 +361,7 @@ in
|
||||
options.programs.ssh = {
|
||||
enable = mkEnableOption "SSH client configuration";
|
||||
|
||||
package = mkPackageOption pkgs "openssh" {
|
||||
package = mkPackageOptionMD pkgs "openssh" {
|
||||
nullable = true;
|
||||
default = null;
|
||||
extraDescription = "By default, the client provided by your system is used.";
|
||||
|
||||
Reference in New Issue
Block a user