1
0
liminix/pkgs/output-template
Daniel Barlow 8c39b47cae output-template: allow splicing statements instead of expression
if the text inside the delimiters begins with ; (a semicolon) then
the rest of it is expected to be one or more Lua statements. It needs
to say `return "foo"` to interpolate anything, as there is no
implicit return of the value of the last statement
2025-03-05 22:38:48 +00:00
..
example-service/.outputs pass service to output fn in output-template 2024-08-12 22:53:07 +01:00
default.nix output-template: run the tests 2025-03-02 21:09:11 +00:00
example.ini pass service to output fn in output-template 2024-08-12 22:53:07 +01:00
example.ini.expected support json quoting in output-template 2024-08-10 23:42:08 +01:00
output-template.fnl output-template: allow splicing statements instead of expression 2025-03-05 22:38:48 +00:00