mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
services: childhurd: Adjust for hurd-disk-image move.
This is a follow-up to commit b904b59ce5
.
* gnu/services/virtualization.scm: Import (gnu system images hurd).
This commit is contained in:
parent
fb77ed2c49
commit
e30cf11bb0
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ (define-module (gnu services virtualization)
|
|||
#: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)
|
||||
|
|
Loading…
Reference in a new issue