From c2219007e87e16d46dca2ddc06bf55e71155ef94 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 17 Dec 2016 22:30:05 +0100 Subject: [PATCH] Revert "mysql service: specify defaultText for package option" This reverts commit 52d12b473af0dfbf7f5af1bd75ac5a5f2366f887. --- nixos/modules/services/databases/mysql.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. ";