From 5a7debc4f0de73fd10dc21bb320371741f45e350 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 31 Oct 2022 16:30:46 +0100 Subject: System configuration: break out system-packages' --- system-configuration.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/system-configuration.scm b/system-configuration.scm index d096864..bc8ae76 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -59,9 +59,12 @@ "trezord" "trezord-udev-rules")) +(define system-packages' + (map list-to-package-output + system-packages)) + (define packages - (append (map list-to-package-output - system-packages) + (append system-packages' %base-packages)) (operating-system (locale locale) -- cgit v1.2.3