mysql.mysql becomes mysql.package because eelco likes it better
svn path=/nixos/trunk/; revision=18994
This commit is contained in:
parent
52284859c5
commit
48d5ea1077
@ -6,7 +6,7 @@ let
|
|||||||
|
|
||||||
cfg = config.services.mysql;
|
cfg = config.services.mysql;
|
||||||
|
|
||||||
mysql = cfg.mysql;
|
mysql = cfg.package;
|
||||||
|
|
||||||
pidFile = "${cfg.pidDir}/mysqld.pid";
|
pidFile = "${cfg.pidDir}/mysqld.pid";
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ in
|
|||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
|
||||||
mysql = mkOption {
|
package = mkOption {
|
||||||
default = pkgs.mysql;
|
default = pkgs.mysql;
|
||||||
description = "
|
description = "
|
||||||
Which MySQL derivation to use.
|
Which MySQL derivation to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user