From 778497fb8a1bec74f472a41819afff021da78758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 6 Sep 2018 09:16:20 +0200 Subject: [PATCH] Use guix system vm-image instead of vm, to get a freestanding image. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c969ff1..f5c21b1 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ all: - "$$(guix system vm config.scm)" + "$$(guix system vm-image config.scm)"