3
0
Fork 0
forked from mirrors/nixpkgs

Remove unnecessary option. My mistake...

This commit is contained in:
Rob Vermaas 2015-06-10 08:36:55 +00:00
parent 42323dc155
commit 6d859229e1

View file

@ -77,14 +77,6 @@ in
description = "Location of the file which stores the PID of the MySQL server";
};
enableSocketAccess = mkOption {
type = types.bool;
default = true;
description = ''
Whether to grant local processes access to the mysqld socket.
'';
};
extraOptions = mkOption {
default = "";
example = ''