From 008f5a42af36e05bc3cd95fd798a80be2d4ceac8 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sat, 12 Oct 2024 01:24:53 +0200 Subject: [PATCH] add TODOs --- structure/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/structure/default.nix b/structure/default.nix index 4e9cdf0..945a95e 100644 --- a/structure/default.nix +++ b/structure/default.nix @@ -128,6 +128,7 @@ in ''; type = with types; attrsOf (functionTo (functionTo options.files.type)); }; + # TODO: split out templates and all related helper junk into `../presentation` config.templates = let commonmark = name: markdown: pkgs.runCommand "${name}.html"