Revert "mysql service: specify a default package"
This reverts commit 4358d3d439.
Not having a default was deliberate, see
https://github.com/NixOS/nixpkgs/commit/1ce6fff4e21906a3e6cfd26fdf4372f7501541cd
Thanks to @ocharles for making me aware of this.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user