Revert "mysql service: specify defaultText for package option"

This reverts commit 52d12b473af0dfbf7f5af1bd75ac5a5f2366f887.
This commit is contained in:
Joachim Fasting 2016-12-17 22:30:05 +01:00
parent 1cb3831f1c
commit c2219007e8
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

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