GC Warning: Failed to expand heap by 4194304 KiB GC Warning: Failed to expand heap by 4194304 KiB error: … while evaluating attribute 'compiler' at /nix/store/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:24:3: 23| doInstallCheck = p.doInstallCheck or false; 24| compiler = p.stdenv.cc.drvPath or null; | ^ 25| expectedCompiler = pkgs.stdenv.cc.drvPath; … while calling the 'foldl'' builtin at /nix/store/01va76hp6j011dz90bk8jrm120kaq9yq-filnix-experiment-0.7.0/lib/experiment/planner.nix:5:7: 4| pkgs = flake.legacyPackages.x86_64-linux.pkgsFilc; 5| p = builtins.foldl' (set: key: builtins.getAttr key set) pkgs attrPath; | ^ 6| inputs = (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: assertion '(sendEmailSupport -> perlSupport)' failed at /nix/store/y4r3lwi9sxy2fqwf3ik4bz98z5blqj0p-source/pkgs/applications/version-management/git/default.nix:59:1: 58| assert osxkeychainSupport -> stdenv.hostPlatform.isDarwin; 59| assert sendEmailSupport -> perlSupport; | ^ 60| assert svnSupport -> perlSupport;