me
/
guix
Archived
1
0
Fork 0

Revert "vm: Autoload (gnu build vm)."

This reverts commit a67c00f4f7 in an
attempt to fix <http://issues.guix.gnu.org/48496>.
master
Tobias Geerinckx-Rice 2021-05-18 16:36:13 +02:00
parent b72e27c842
commit 5fa46ca96d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
#:use-module (guix base32)
#:use-module ((guix self) #:select (make-config.scm))
#:autoload (gnu build vm) (qemu-command)
#:use-module ((gnu build vm)
#:select (qemu-command))
#:use-module (gnu packages base)
#:use-module (gnu packages bootloaders)
#:use-module (gnu packages cdrom)