aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/guix/system.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-27 08:32:49 -0300
committerEuAndreh <eu@euandre.org>2023-03-27 08:32:49 -0300
commitab742a1ebc61d571bb9d13d7692ef7e245bba192 (patch)
tree0329573f78946daac6fa62802d189ca53ef2e809 /src/infrastructure/guix/system.scm
parentMakefile: Rename "result" to "system" (diff)
downloadserver-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.gz
server-ab742a1ebc61d571bb9d13d7692ef7e245bba192.tar.xz
Build HTML and install it via CI
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show ab742a1ebc61d571bb9d13d7692ef7e245bba192 git notes --ref=refs/notes/ci-data show ab742a1ebc61d571bb9d13d7692ef7e245bba192 Exit status: 0 Duration: 27
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r--src/infrastructure/guix/system.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 0cc8377..9257cc6 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -40,6 +40,12 @@
"/opt/deploy/current"
(canonicalize-path ".")))
+(add-to-load-path
+ (string-append working-dir "/src/infrastructure/guix"))
+(use-modules
+ ((packages) #:prefix packages:))
+
+
(define (str . rest)
(apply string-append rest))
@@ -307,6 +313,7 @@
trash-cli
tree))
(list
+ packages:servers
(script "gc" (file "src/infrastructure/scripts/gc.sh"))
(script "check" (file "src/infrastructure/scripts/check.sh"))
(script "backup" (file "src/infrastructure/scripts/backup.sh"))