From d5b887c1cd5125c5c83f4278fa6944e63a4c5ae6 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 12 Oct 2024 07:46:43 +0200 Subject: refactor(mcdowell): remove redundant import of (machines portable-bios) --- systems/mcdowell.scm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'systems') diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 5f118f7..7fa7621 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,11 +1,4 @@ (define-module (systems mcdowell) - #:use-module (machines portable-bios) ; bootloader-configuration* - ; file-systems* - ; firmware* - ; hardware-groups - ; initrd* - ; kernel* - ; swap-devices* #:use-module (suweren system) ; %suweren-operating-system #:use-module (users id1000) ; uid1000-account ; uid1000-home-environment -- cgit v1.2.3