further prettify output

This commit is contained in:
Valentin Gagarin 2024-11-07 00:59:17 +01:00
parent 2119b4e462
commit bcd432d0c2

View file

@ -147,11 +147,11 @@ let
print-element = name: attrs: content:
with lib;
lib.squash ''
squash (trim ''
<${name}${print-attrs attrs}>
${lib.indent " " content}
</${name}>
'';
'');
elements = rec {
document = { ... }: {