guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: overdrive: Clear the firmware package list


From: Ludovic Courtès
Subject: branch master updated: hydra: overdrive: Clear the firmware package list.
Date: Fri, 22 Jan 2021 05:25:19 -0500

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7c15c2c  hydra: overdrive: Clear the firmware package list.
7c15c2c is described below

commit 7c15c2c436a3ed80aba125ab5a225e4d244e2564
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 18 21:52:16 2021 +0100

    hydra: overdrive: Clear the firmware package list.
    
    * hydra/overdrive.scm (firmware): New field.
---
 hydra/overdrive.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/overdrive.scm b/hydra/overdrive.scm
index 66d78dd..0f4e087 100644
--- a/hydra/overdrive.scm
+++ b/hydra/overdrive.scm
@@ -57,6 +57,7 @@
                (target "/boot/efi")))
   (initrd-modules (cons* "xhci-pci" "ahci_platform" "sg" "sd_mod"
                          %base-initrd-modules))
+  (firmware '())
   (file-systems (cons* (file-system
                          (device "/dev/sda3")
                          (mount-point "/")



reply via email to

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