guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Correct nar-herder package reference.


From: Christopher Baines
Subject: 01/02: hydra: bayfront: Correct nar-herder package reference.
Date: Mon, 10 Jun 2024 06:55:18 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 8d8931ca8ca84e9ee4ea61d47fee4aa6b5c5e87c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jun 10 11:54:01 2024 +0100

    hydra: bayfront: Correct nar-herder package reference.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Fix
    nar-herder package reference.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 552665a6..1bb7c7de 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1196,7 +1196,7 @@ add_header Content-Type text/plain;")))
                                      (string-append directory "/" 
narinfo-filename))
                                    narinfos))
                                  (command
-                                  (cons* #$(file-append my-nar-herder 
"/bin/nar-herder")
+                                  (cons* #$(file-append nar-herder 
"/bin/nar-herder")
                                          "import"
                                          ;; Set --storage so the
                                          ;; nar-herder moves the nars



reply via email to

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