diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -354,6 +354,8 @@ name = "nix-build"; src = self.hydraJobs.tarball; + enableParallelBuilding = true; + buildInputs = buildDeps; dontInstall = false; @@ -366,6 +368,9 @@ # syntax-check generated dot files, it still requires some # fonts. So provide those. FONTCONFIG_FILE = texFunctions.fontsConf; + + # To test building without precompiled headers. + makeFlagsArray = [ "PRECOMPILE_HEADERS=0" ]; }; # System tests. |