updated pdf with font

This commit is contained in:
2026-03-29 21:00:58 -05:00
parent 780ed237c8
commit d934c713a4

View File

@@ -61,7 +61,11 @@
Type = "oneshot"; Type = "oneshot";
}; };
path = [ pkgs.pandoc pkgs.typst pkgs.coreutils ]; path = [ pkgs.pandoc pkgs.typst pkgs.coreutils pkgs.liberation_ttf ];
environment = {
TYPST_FONT_PATHS = "${pkgs.liberation_ttf}/share/fonts";
};
script = '' script = ''
set -euo pipefail set -euo pipefail