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