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 <[email protected]>
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