guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: thinkpad: Add git to the packages.


From: Andreas Enge
Subject: branch master updated: hydra: thinkpad: Add git to the packages.
Date: Fri, 28 Jun 2024 09:27:20 -0400

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 <andreas@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

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