Revert "mysql service: specify a default package"

This reverts commit 4358d3d439.

Not having a default was deliberate, see
1ce6fff4e2

Thanks to @ocharles for making me aware of this.
This commit is contained in:
Joachim Fasting 2016-12-17 22:30:20 +01:00
parent c2219007e8
commit 142930113c
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -52,7 +52,6 @@ in
package = mkOption {
type = types.package;
default = pkgs.mysql;
example = literalExample "pkgs.mysql";
description = "
Which MySQL derivation to use.