Enlarge VM image size (the .nar archive is now too large for the default size)

This commit is contained in:
Georges Dupéron 2018-09-15 15:36:06 +02:00
parent 6830576eb6
commit d0a9f2aced
No known key found for this signature in database
GPG Key ID: C7976374130A80F7

View File

@ -30,7 +30,7 @@ signing-key.pub: /etc/guix/signing-key.pub Makefile
vm-image: config.scm Makefile
rm -f '$@'
ln -sf "$$(guix system vm-image config.scm)" '$@'
ln -sf "$$(guix system vm-image --image-size=4G config.scm)" '$@'
clean:
rm -f vm-image vm-image-tmp-* signing-key.pub \