[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: milano-guix-1: Fix typo.
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: milano-guix-1: Fix typo. |
Date: |
Mon, 20 Nov 2023 11:24:34 -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 b239604 hydra: milano-guix-1: Fix typo.
b239604 is described below
commit b239604c2f8a8f46ec4cbb5baec1f805d03770c4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Nov 20 16:24:05 2023 +0000
hydra: milano-guix-1: Fix typo.
* hydra/milano-guix-1.scm: Fix module import.
---
hydra/milano-guix-1.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 1507ec7..64add15 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -10,9 +10,8 @@
(use-modules (gnu)
(guix gexp))
(use-service-modules databases getmail guix networking mcron ssh
- virtualization web monitoring linux
- package-management)
-(use-package-modules certs screen tmux ssh linux)
+ virtualization web monitoring linux)
+(use-package-modules certs screen tmux ssh linux package-management)
;; The following definition are **almost** copied from dover.scm: a
;; quick hack to have a(n almost) self contained config file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: milano-guix-1: Fix typo.,
Christopher Baines <=