mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
lib: allow luaInline in lz.n map action
This commit is contained in:
parent
44e16dc3fc
commit
0976df3a2e
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@
|
|||
};
|
||||
|
||||
rhs = mkOption {
|
||||
type = nullOr str;
|
||||
type = nullOr (either str luaInline);
|
||||
default = null;
|
||||
description = "Action to trigger";
|
||||
description = "Action to trigger. luaInline code will be wrapped in a function.";
|
||||
};
|
||||
|
||||
mode = mkOption {
|
||||
|
|
Loading…
Reference in a new issue