From e6459f26e2db5ade4002173950da7ec6a573b4e5 Mon Sep 17 00:00:00 2001 From: valentin gagarin Date: Wed, 13 Nov 2024 15:24:41 +0100 Subject: [PATCH] further prettify output --- presentation/dom.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/dom.nix b/presentation/dom.nix index 2493474b..3b8d5f0c 100644 --- a/presentation/dom.nix +++ b/presentation/dom.nix @@ -147,11 +147,11 @@ let print-element = name: attrs: content: with lib; - lib.squash '' + squash (trim '' <${name}${print-attrs attrs}> ${lib.indent " " content} - ''; + ''); elements = rec { document = { ... }: {