Revert "mysql service: specify defaultText for package option"
This reverts commit 52d12b473af0dfbf7f5af1bd75ac5a5f2366f887.
This commit is contained in:
parent
1cb3831f1c
commit
c2219007e8
@ -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.
|
||||||
";
|
";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user