diff options
author | EuAndreh <eu@euandre.org> | 2021-01-26 00:28:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-26 00:28:22 -0300 |
commit | aa76950b69ab9c1994f2c8aaa07d325f57cc556d (patch) | |
tree | f3ff2cd38dc5ba44e63ae34fc5dcfe55d5c41701 | |
parent | Move Guix CI files to build-aux/guix/ (diff) | |
download | server-aa76950b69ab9c1994f2c8aaa07d325f57cc556d.tar.gz server-aa76950b69ab9c1994f2c8aaa07d325f57cc556d.tar.xz |
vps.scm: Remove ^L and indent
-rw-r--r-- | vps.scm | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |