www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d0a9f2acedf3e038d9123b45c5f5681c89ae8c7b
parent 6830576eb6e4d5fae0d080682f1bf908c98f1750
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sat, 15 Sep 2018 15:36:06 +0200

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

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/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 \