mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
anytype: Raise memory limit for Node.js build
(cherry picked from commit 0fcb265f91)
This commit is contained in:
parent
c4382e384c
commit
dd75e106e9
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue