Enable parallelBuilding in jemalloc

This commit is contained in:
2026-03-06 17:03:29 +01:00
parent 92dd2fbf26
commit 3bdc9dfa27

View File

@@ -5,6 +5,7 @@ jemalloc.overrideAttrs (old: {
"--with-jemalloc-prefix=nanos6_je_"
"--enable-stats"
];
enableParallelBuilding = true;
hardeningDisable = [ "all" ];
meta = old.meta // {
description = old.meta.description + " (for Nanos6)";