diff options
-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 |