Skip to content

Commit f98df13

Browse files
committed
ci: update
1 parent 88c502e commit f98df13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
fontsConf = pkgs.symlinkJoin {
3737
name = "typst-fonts";
3838
paths = with pkgs; [
39+
font-awesome
40+
roboto
41+
newcomputermodern
3942
];
4043
};
4144

@@ -53,7 +56,7 @@
5356
buildPhase = ''
5457
runHook preBuild
5558
56-
${lib.getExe typst} fonts --ignore-system-fonts --font-path ${fontsConf}
59+
${lib.getExe typst} fonts --variants --ignore-system-fonts --font-path ${fontsConf}
5760
5861
${lib.getExe typst} \
5962
compile \

0 commit comments

Comments
 (0)