Merge #43021: nix: use boehmgc with enableLargeConfig
This commit is contained in:
commit
ec199f0941
@ -1,4 +1,5 @@
|
||||
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, libatomic_ops, enableLargeConfig ? false
|
||||
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, libatomic_ops
|
||||
, enableLargeConfig ? false # doc: https://github.com/ivmai/bdwgc/blob/v7.6.6/doc/README.macros#L179
|
||||
, buildPlatform, hostPlatform
|
||||
}:
|
||||
|
||||
|
@ -21164,6 +21164,7 @@ with pkgs;
|
||||
storeDir = config.nix.storeDir or "/nix/store";
|
||||
stateDir = config.nix.stateDir or "/nix/var";
|
||||
curl = curl_7_59;
|
||||
boehmgc = boehmgc.override { enableLargeConfig = true; };
|
||||
})
|
||||
nix
|
||||
nix1
|
||||
|
Loading…
Reference in New Issue
Block a user