Skip to content

Commit

Permalink
shared.nix: Disable library profiling
Browse files Browse the repository at this point in the history
... to avoid OOM.
  • Loading branch information
sjakobi committed Mar 6, 2020
1 parent 0e84bdd commit edaedb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ let
mkDerivation =
args: haskellPackagesOld.mkDerivation (args // {
doCheck = false;
enableLibraryProfiling = false;
}
);

Expand Down

0 comments on commit edaedb8

Please sign in to comment.