README: table of contents is unnecessary

This commit is contained in:
kat witch 2021-09-05 03:52:42 +01:00
parent 689e012a14
commit 040173bd94
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 19 additions and 38 deletions

View file

@ -71,7 +71,7 @@ in
in
{
datastore = "plugin";
plugin = "${cfg.package}/bin/plugin_${dbcfg.type}";
plugin = "${cfg.package}/bin/${dbcfg.type}.so";
pluginhandler = pluginHandlers.${dbcfg.type};
database = if (dbcfg.type != "sqlite") then (builtins.replaceStrings (singleton "\n") (singleton " ") ''
host=${dbcfg.host}