mysql service: specify defaultText for package option
Also provide an example that differs from the default.
This commit is contained in:
parent
95dc15cf0f
commit
52d12b473a
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ in
|
|||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.mysql;
|
||||
example = literalExample "pkgs.mysql";
|
||||
defaultText = "pkgs.mysql";
|
||||
example = literalExample "pkgs.mysql55";
|
||||
description = "
|
||||
Which MySQL derivation to use.
|
||||
";
|
||||
|
|
Loading…
Reference in a new issue