mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Revert "mysql service: specify a default package"
This reverts commit4358d3d439
. Not having a default was deliberate, see1ce6fff4e2
Thanks to @ocharles for making me aware of this.
This commit is contained in:
parent
c2219007e8
commit
142930113c
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ in
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.mysql;
|
||||
example = literalExample "pkgs.mysql";
|
||||
description = "
|
||||
Which MySQL derivation to use.
|
||||
|
|
Loading…
Reference in a new issue