From f9a844ff481a3b8d37c693f196f7a511b57cbd9b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 30 Jul 2024 11:50:18 +0200 Subject: fix(mcdowell): make system definition public --- systems/mcdowell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index d919fa2..759b0df 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -27,7 +27,7 @@ (list (uid1000-account supplementary-groups*)))) ;; record operating-system -(define mcdowell +(define-public mcdowell (let* ((home-environments `((,uid1000-name ,(uid1000-home-environment host-name*)))) (guix-home (service guix-home-service-type -- cgit v1.2.3