Enlarge VM image size (the .nar archive is now too large for the default size)
This commit is contained in:
parent
6830576eb6
commit
d0a9f2aced
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user