From e10995c4e065e885e41b5d9e78fd31747382fe17 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 7 Nov 2024 00:59:17 +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 = { ... }: {