default.nix: silence missing fontconfig cache warnings
This commit is contained in:
parent
68358ac506
commit
16ec1a1d06
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user