aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-18 17:43:31 -0300
committerEuAndreh <eu@euandre.org>2024-08-18 17:43:31 -0300
commita55dc785d61f9a42a11f42bd699c68508b08543e (patch)
tree055e16e1c879fcf89e58d76b1b4467b6f9cdfbe8
parentgit mv src/infrastructure/guix/ src/ (diff)
downloadtoph-a55dc785d61f9a42a11f42bd699c68508b08543e.tar.gz
toph-a55dc785d61f9a42a11f42bd699c68508b08543e.tar.xz
system.scm: Stop including packages:server in system profile
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show a55dc785d61f9a42a11f42bd699c68508b08543e git notes --ref=refs/notes/ci-data show a55dc785d61f9a42a11f42bd699c68508b08543e Exit status: 128 Duration: 0
-rw-r--r--src/guix/system.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm
index 1690f31..476d772 100644
--- a/src/guix/system.scm
+++ b/src/guix/system.scm
@@ -318,7 +318,6 @@
trash-cli
tree))
(list
- packages:server
(script "gc" (file "src/infrastructure/scripts/gc.sh"))
(script "cicd" (file "src/infrastructure/scripts/cicd.sh"))
(script "check" (file "src/infrastructure/scripts/check.sh"))