Bump the amount of memory for VirtualBox image generation
http://hydra.nixos.org/build/5509519
This commit is contained in:
parent
c75c539953
commit
6d6fb43498
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ with pkgs.lib;
|
|||
system.build.virtualBoxImage =
|
||||
pkgs.vmTools.runInLinuxVM (
|
||||
pkgs.runCommand "virtualbox-image"
|
||||
{ preVM =
|
||||
{ memSize = 1024;
|
||||
preVM =
|
||||
''
|
||||
mkdir $out
|
||||
diskImage=$out/image
|
||||
|
|
Loading…
Reference in a new issue