diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:46:43 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:46:43 +0200 |
commit | d5b887c1cd5125c5c83f4278fa6944e63a4c5ae6 (patch) | |
tree | e8e757a6a24d9f13936f68714aa9ab645a57e6e9 /systems | |
parent | 4b3cdf62dbefc5b661ba43e1f504539c1d8b843e (diff) |
refactor(mcdowell): remove redundant import of (machines portable-bios)
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mcdowell.scm | 7 |
1 files changed, 0 insertions, 7 deletions
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 |