Revert "mysql service: specify defaultText for package option"
This reverts commit 52d12b473a.
This commit is contained in:
@@ -53,8 +53,7 @@ in
|
|||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.mysql;
|
default = pkgs.mysql;
|
||||||
defaultText = "pkgs.mysql";
|
example = literalExample "pkgs.mysql";
|
||||||
example = literalExample "pkgs.mysql55";
|
|
||||||
description = "
|
description = "
|
||||||
Which MySQL derivation to use.
|
Which MySQL derivation to use.
|
||||||
";
|
";
|
||||||
|
|||||||
Reference in New Issue
Block a user