guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Fix syntax error.


From: Ricardo Wurmus
Subject: branch master updated: hydra: Fix syntax error.
Date: Tue, 15 Nov 2022 06:23:59 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 63a6941  hydra: Fix syntax error.
63a6941 is described below

commit 63a69417cd75732bd3066deaba31ba06565963ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 15 12:23:19 2022 +0100

    hydra: Fix syntax error.
    
    This is a follow-up to the previous commit.
    
    * hydra/deploy-node-129.scm (node-129-os)[packages]: Remove stray
    "inherit".
---
 hydra/deploy-node-129.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/deploy-node-129.scm b/hydra/deploy-node-129.scm
index bedb709..fe8048d 100644
--- a/hydra/deploy-node-129.scm
+++ b/hydra/deploy-node-129.scm
@@ -127,7 +127,7 @@ devices {
                               "/boot/efi4" "/boot/efi5" ))))
       (packages
        (cons* multipath-tools
-              (inherit (operating-system-packages base-os))))
+              (operating-system-packages base-os)))
       (file-systems (cons*
                     (file-system
                       (mount-point "/boot/efi")



reply via email to

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