implement client grid and typst on the backend
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
];
|
||||
|
||||
# Keep font discovery deterministic when running the prebuilt GUI.
|
||||
FONTCONFIG_FILE = "${pkgs.fontconfig}/etc/fonts/fonts.conf";
|
||||
FONTCONFIG_PATH = "${pkgs.fontconfig}/etc/fonts";
|
||||
FONTCONFIG_FILE = "${pkgs.fontconfig.out}/etc/fonts/fonts.conf";
|
||||
FONTCONFIG_PATH = "${pkgs.fontconfig.out}/etc/fonts";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
mermaid-cli
|
||||
|
||||
Reference in New Issue
Block a user