Compare commits

...

1 commit

Author SHA1 Message Date
Valentin Gagarin 008f5a42af add TODOs 2024-10-12 01:30:21 +02:00

View file

@ -128,6 +128,7 @@ in
''; '';
type = with types; attrsOf (functionTo (functionTo options.files.type)); type = with types; attrsOf (functionTo (functionTo options.files.type));
}; };
# TODO: split out templates and all related helper junk into `../presentation`
config.templates = config.templates =
let let
commonmark = name: markdown: pkgs.runCommand "${name}.html" commonmark = name: markdown: pkgs.runCommand "${name}.html"