add TODOs

This commit is contained in:
Valentin Gagarin 2024-10-12 01:24:53 +02:00
parent 61726ab328
commit 008f5a42af

View file

@ -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"