buer: build-machines: Fix module import

impermanence
Luis Guilherme Coelho 2024-10-20 21:06:02 -03:00
parent 200be1f758
commit c797552415
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
(define-module (buer build-machines) (define-module (buer build-machines)
#:use-module ((buer files ssh-keys) #:prefix ssh-key:) #:use-module ((buer ssh-keys) #:prefix ssh-key:)
#:use-module (guix gexp) #:use-module (guix gexp)
#:export (yumiko)) #:export (yumiko))