guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: monokuma: Address a deprecation in the boo


From: Christopher Baines
Subject: branch master updated: hydra: monokuma: Address a deprecation in the bootloader field.
Date: Sun, 20 Feb 2022 09:21:33 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ea6ec86  hydra: monokuma: Address a deprecation in the bootloader 
field.
ea6ec86 is described below

commit ea6ec861f762f9d8c5cca52da91c679bc20aeed6
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Feb 20 14:20:40 2022 +0000

    hydra: monokuma: Address a deprecation in the bootloader field.
    
    * hydra/monokuma.scm <bootloader>: Migrate from target to targets.
---
 hydra/monokuma.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/monokuma.scm b/hydra/monokuma.scm
index 45bd1fe..fcc2547 100644
--- a/hydra/monokuma.scm
+++ b/hydra/monokuma.scm
@@ -47,7 +47,7 @@
 
   (bootloader (bootloader-configuration
                (bootloader grub-efi-bootloader)
-               (target "/boot/efi")))
+               (targets '("/boot/efi"))))
   (initrd-modules (cons* "xhci-pci" "ahci_platform" "sg" "sd_mod"
                          %base-initrd-modules))
   (file-systems (cons* (file-system



reply via email to

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