Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 27, 2024
1 parent 88c502e commit f98df13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
fontsConf = pkgs.symlinkJoin {
name = "typst-fonts";
paths = with pkgs; [
font-awesome
roboto
newcomputermodern
];
};

Expand All @@ -53,7 +56,7 @@
buildPhase = ''
runHook preBuild
${lib.getExe typst} fonts --ignore-system-fonts --font-path ${fontsConf}
${lib.getExe typst} fonts --variants --ignore-system-fonts --font-path ${fontsConf}
${lib.getExe typst} \
compile \
Expand Down

0 comments on commit f98df13

Please sign in to comment.