default.nix: silence missing fontconfig cache warnings

This commit is contained in:
Michele Guerini Rocco 2024-11-09 21:15:49 +01:00
parent 68358ac506
commit 16ec1a1d06
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -58,6 +58,7 @@ in
FONTCONFIG_FILE = pkgs.makeFontsConf { FONTCONFIG_FILE = pkgs.makeFontsConf {
fontDirectories = with pkgs; [ libertinus julia-mono ]; fontDirectories = with pkgs; [ libertinus julia-mono ];
}; };
XDG_CACHE_HOME = "$NIX_BUILD_TOP";
enableParallelBuilding = true; enableParallelBuilding = true;