guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: childhurd: Adjust for hurd-disk-image m


From: guix-commits
Subject: branch master updated: services: childhurd: Adjust for hurd-disk-image move.
Date: Wed, 24 Jun 2020 18:13:53 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e30cf11  services: childhurd: Adjust for hurd-disk-image move.
e30cf11 is described below

commit e30cf11bb097ed8678d26a43579e0cf6a1815992
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 25 00:13:31 2020 +0200

    services: childhurd: Adjust for hurd-disk-image move.
    
    This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0.
    
    * gnu/services/virtualization.scm: Import (gnu system images hurd).
---
 gnu/services/virtualization.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index 1a15ffb..36b1738 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -34,6 +34,7 @@
   #:use-module (gnu system file-systems)
   #:use-module (gnu system hurd)
   #:use-module (gnu system image)
+  #:use-module (gnu system images hurd)
   #:use-module (gnu system shadow)
   #:use-module (gnu system)
   #:use-module (guix derivations)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]