1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02: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:
Marius Bakke
2020-06-25 00:13:31 +02:00
parent fb77ed2c49
commit e30cf11bb0

View File

@@ -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)