aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-26 00:28:22 -0300
committerEuAndreh <eu@euandre.org>2021-01-26 00:28:22 -0300
commitaa76950b69ab9c1994f2c8aaa07d325f57cc556d (patch)
treef3ff2cd38dc5ba44e63ae34fc5dcfe55d5c41701
parentMove Guix CI files to build-aux/guix/ (diff)
downloadserver-aa76950b69ab9c1994f2c8aaa07d325f57cc556d.tar.gz
server-aa76950b69ab9c1994f2c8aaa07d325f57cc556d.tar.xz
vps.scm: Remove ^L and indent
-rw-r--r--vps.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/vps.scm b/vps.scm
index f1898ae..d0700ff 100644
--- a/vps.scm
+++ b/vps.scm
@@ -4,7 +4,7 @@
((guix build utils) #:prefix utils:)
((guix modules) #:prefix modules:)
((srfi srfi-1) #:prefix srfi-1:)
- (srfi srfi-26)
+ (srfi srfi-26) ; cut utility
((ice-9 textual-ports) #:prefix textual-ports:)
((ice-9 ftw) #:prefix ftw:)
((ice-9 popen) #:prefix popen:)
@@ -23,7 +23,6 @@
certbot
cgit)
-
;; Missing functions from stdlib
@@ -44,7 +43,6 @@
(lambda* (#:rest args)
(not (apply f args))))
-
;; custom extensions
@@ -152,7 +150,6 @@
(popen:close-pipe port)
out))
-
;; DNS constants
@@ -170,7 +167,6 @@
(define ci-domain-prefix "ci")
(define ci-domain (string-append ci-domain-prefix "." tld))
-
;; CI HTML generation from Git notes
@@ -255,7 +251,6 @@
(list-directory git-data-path)))
ci-html-ending))))
-
;; OS configuration