mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 19:28:39 +00:00
Change size of Amazon EC2 S3-backed images to 8GB (was 4GB).
(cherry picked from commit 05543ef6e0
)
This commit is contained in:
parent
fe3a63b7d0
commit
04e648f789
@ -26,7 +26,7 @@ in
|
||||
''
|
||||
mkdir $out
|
||||
diskImage=$out/nixos.img
|
||||
${pkgs.vmTools.qemu}/bin/qemu-img create -f raw $diskImage "4G"
|
||||
${pkgs.vmTools.qemu}/bin/qemu-img create -f raw $diskImage "8G"
|
||||
mv closure xchg/
|
||||
'';
|
||||
buildInputs = [ pkgs.utillinux pkgs.perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user