anytype: Raise memory limit for Node.js build

This commit is contained in:
David Chocholatý
2026-06-17 07:52:47 +02:00
parent 0c505d8bfa
commit 0fcb265f91
+2
View File
@@ -93,6 +93,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
env = {
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
# used upstream for builds: https://github.com/anyproto/anytype-ts/blob/5d66657f764c0649410e37c9e9c06e3ff18487ee/.github/workflows/build.yml#L192.
NODE_OPTIONS = "--max-old-space-size=8192";
};
nativeBuildInputs = [