Revert "mysql service: specify a default package"
This reverts commit 4358d3d43938666834d3e1fd5a8ea69b49c08112.
Not having a default was deliberate, see
1ce6fff4e2
Thanks to @ocharles for making me aware of this.
This commit is contained in:
parent
c2219007e8
commit
142930113c
@ -52,7 +52,6 @@ in
|
|||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.mysql;
|
|
||||||
example = literalExample "pkgs.mysql";
|
example = literalExample "pkgs.mysql";
|
||||||
description = "
|
description = "
|
||||||
Which MySQL derivation to use.
|
Which MySQL derivation to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user