mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
images: hurd: Adjust module imports.
Follow-up to a9dcd60bc1
.
* gnu/system/images/hurd.scm: Adjust module imports to changes in code
structure.
This commit is contained in:
parent
a9dcd60bc1
commit
be43625159
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ (define-module (gnu system images hurd)
|
||||||
#:use-module (gnu bootloader grub)
|
#:use-module (gnu bootloader grub)
|
||||||
#:use-module (gnu image)
|
#:use-module (gnu image)
|
||||||
#:use-module (gnu packages ssh)
|
#:use-module (gnu packages ssh)
|
||||||
#:use-module (guix platforms hurd)
|
#:use-module (guix platforms x86)
|
||||||
#:use-module (gnu services)
|
#:use-module (gnu services)
|
||||||
#:use-module (gnu services ssh)
|
#:use-module (gnu services ssh)
|
||||||
#:use-module (gnu system)
|
#:use-module (gnu system)
|
||||||
|
|
Loading…
Reference in a new issue