From a55dc785d61f9a42a11f42bd699c68508b08543e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 18 Aug 2024 17:43:31 -0300 Subject: system.scm: Stop including packages:server in system profile --- src/guix/system.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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")) -- cgit v1.2.3