Gradually increase maxHeapSize

This commit is contained in:
Eelco Dolstra
2018-08-07 11:47:53 +02:00
parent e122d3bef3
commit 4dca8fe14d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ hydraSrc ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03"; }
, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs-channels.git; ref = "nixos-18.03-small"; }
, officialRelease ? false
, shell ? false
}: