initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 80b10c6d95 - Show all commits
+5 -1
View File
@@ -61,7 +61,11 @@
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 = ''
set -euo pipefail