codebase-memory-mcp: build parallel again

I disabled that when migrating to makeFlags by accident
This commit is contained in:
Sandro Jäckel
2026-06-28 21:40:38 +02:00
parent 03b08f6480
commit 2b3763c395
@@ -27,6 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
__structuredAttrs = true;
enableParallelBuilding = true;
makefile = "Makefile.cbm";
# scripts/build.sh verifies CC via `file`, which fails on Nix's compiler wrapper.