From 3b47d2a1185a473ee3798b9a252903d583ef8d51 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 12 Oct 2024 07:47:45 +0200 Subject: refactor(mcdowell): remove redundant import of (suweren system) --- systems/mcdowell.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 7fa7621..cb4c67c 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,5 +1,4 @@ (define-module (systems mcdowell) - #:use-module (suweren system) ; %suweren-operating-system #:use-module (users id1000) ; uid1000-account ; uid1000-home-environment ; uid1000-name -- cgit v1.2.3