This commit is contained in:
Ching Pei Yang 2024-08-04 02:27:59 +02:00
parent 432cb9c87b
commit f6500bbd05

View file

@ -96,6 +96,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.";
}; };