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 f6c09910fa - Show all commits
+9 -1
View File
@@ -43,7 +43,15 @@ in
Type = "oneshot";
};
path = [ pkgs.pandoc pkgs.typst pkgs.coreutils pkgs.qrencode fonts ];
path = [
pkgs.pandoc
pkgs.typst
pkgs.coreutils
pkgs.qrencode
pkgs.gnugrep
fonts
"/run/current-system/sw"
];
environment = {
TYPST_FONT_PATHS = "${fonts}/share/fonts";