diff --git a/nixos/modules/services/databases/mysql.nix b/nixos/modules/services/databases/mysql.nix index 1180531248f..e5e8a57f4b0 100644 --- a/nixos/modules/services/databases/mysql.nix +++ b/nixos/modules/services/databases/mysql.nix @@ -53,8 +53,7 @@ in package = mkOption { type = types.package; default = pkgs.mysql; - defaultText = "pkgs.mysql"; - example = literalExample "pkgs.mysql55"; + example = literalExample "pkgs.mysql"; description = " Which MySQL derivation to use. ";