mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
mysql service: specify a default package
A config ought to be buildable using just the defaults.
This commit is contained in:
parent
c2153538d9
commit
4358d3d439
@ -52,6 +52,7 @@ in
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.mysql;
|
||||
example = literalExample "pkgs.mysql";
|
||||
description = "
|
||||
Which MySQL derivation to use.
|
||||
|
Loading…
Reference in New Issue
Block a user