diff options
author | EuAndreh <eu@euandre.org> | 2024-08-18 17:43:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-18 17:43:31 -0300 |
commit | a55dc785d61f9a42a11f42bd699c68508b08543e (patch) | |
tree | 055e16e1c879fcf89e58d76b1b4467b6f9cdfbe8 | |
parent | git mv src/infrastructure/guix/ src/ (diff) | |
download | toph-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.scm | 1 |
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")) |