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