guix-commits
[Top][All Lists]
Advanced

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

04/05: hydra: berlin: Add missing module import.


From: Ricardo Wurmus
Subject: 04/05: hydra: berlin: Add missing module import.
Date: Sat, 29 Dec 2018 05:19:27 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit a54f0125ed862412c43291e16417b9289891bb07
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 29 11:13:22 2018 +0100

    hydra: berlin: Add missing module import.
    
    * hydra/nginx/berlin.scm: Use (gnu services web) module.
---
 hydra/nginx/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 7f8ef1a..cacd498 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -1,5 +1,7 @@
 ;; Nginx configuration for ci.guix.info
 
+(use-modules (gnu services web))
+
 ;; TODO: these settings cannot currently expressed with Guix:
 
 ;; # This is a 72-core machine, but let's not use all of them for nginx.



reply via email to

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