mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 12:28:32 +00:00
add TODO
This commit is contained in:
parent
133e0b45c7
commit
57ccfc9ec6
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
||||||
rhs = mkOption {
|
rhs = mkOption {
|
||||||
type = nullOr (either str luaInline);
|
type = nullOr (either str luaInline);
|
||||||
default = null;
|
default = null;
|
||||||
|
# FIXME: use a separate flag to indicate lua instead of luaInline
|
||||||
description = "Action to trigger. luaInline code will be wrapped in a function.";
|
description = "Action to trigger. luaInline code will be wrapped in a function.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue