lz.n: wrap lua code in function

This commit is contained in:
Ching Pei Yang 2024-08-03 19:46:52 +02:00
parent fc58c85524
commit e086dc02fe
1 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,15 @@
(removeAttrs spec ["package" "setupModule" "setupOpts" "keys"])
// {
"@1" = name;
before =
if spec.before != null
then
mkLuaInline ''
function()
${spec.before}
end
''
else null;
after = mkLuaInline ''
function()
${