3
0
Fork 0
forked from mirrors/nixpkgs

mysql service: specify a default package

A config ought to be buildable using just the defaults.
This commit is contained in:
Joachim Fasting 2016-10-02 22:46:58 +02:00
parent c2153538d9
commit 4358d3d439
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

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