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

andreas pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 81d413aa hydra: thinkpad: Add git to the packages.
81d413aa is described below

commit 81d413aa3df8e5614af4cda888b536bc38eda53b
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Fri Jun 28 15:26:07 2024 +0200

    hydra: thinkpad: Add git to the packages.
    
    * hydra/thinkpad.scm (thinkpad-os)[packages]: Add git.
---
 hydra/thinkpad.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/thinkpad.scm b/hydra/thinkpad.scm
index 3c1eefb1..09a14404 100644
--- a/hydra/thinkpad.scm
+++ b/hydra/thinkpad.scm
@@ -6,6 +6,7 @@
   #:use-module (gnu services networking)
   #:use-module (gnu services ssh)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages vim)
   #:export (thinkpad-os))
 
@@ -24,7 +25,7 @@
                     (supplementary-groups '("wheel" "netdev" "audio" "video")))
                   %base-user-accounts))
 
-    (packages (append (list upower vim)
+    (packages (append (list git upower vim)
                       %base-packages))
 
     (bootloader (bootloader-configuration

Reply via email to