Revert "mysql service: specify defaultText for package option"

This reverts commit 52d12b473a.
This commit is contained in:
Joachim Fasting
2016-12-17 22:30:05 +01:00
parent 1cb3831f1c
commit c2219007e8

View File

@@ -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.
";