mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 17:11:02 +00:00
lib: allow luaInline in lz.n map action
This commit is contained in:
parent
50e18a6402
commit
63a223e88b
1 changed files with 2 additions and 2 deletions
|
|
@ -95,9 +95,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…
Add table
Add a link
Reference in a new issue