www

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

commit 778497fb8a1bec74f472a41819afff021da78758
parent 86972fc3e5c7156e0ba50109bfdc6525b6215a92
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu,  6 Sep 2018 09:16:20 +0200

Use guix system vm-image instead of vm, to get a freestanding image.

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

diff --git a/Makefile b/Makefile @@ -1,2 +1,2 @@ all: - "$$(guix system vm config.scm)" + "$$(guix system vm-image config.scm)"