mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +02:00
nix: fix toml conversion
This commit is contained in:
parent
f729310502
commit
9f34ffeb9c
|
@ -36,7 +36,7 @@ in
|
|||
plugin_config = mkOption {
|
||||
# TODO: define type
|
||||
# type = with types; nullOr (listOf toml);
|
||||
default = null;
|
||||
default = {};
|
||||
description = mdDoc ''
|
||||
Toml values passed to the configuration for plugins to use.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue