summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-12 07:42:53 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-10-12 07:42:53 +0200
commit4b3cdf62dbefc5b661ba43e1f504539c1d8b843e (patch)
treee4a0a9f0eb89d46058649f6bcbea1879cc88cccc
parent0f2a739cb67a7aa28dcf881b66220914a048789b (diff)
refactor(mcdowell): remove redundant import of (gnu system keyboard)
-rw-r--r--systems/mcdowell.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm
index 8bd3d36..5f118f7 100644
--- a/systems/mcdowell.scm
+++ b/systems/mcdowell.scm
@@ -1,5 +1,4 @@
(define-module (systems mcdowell)
- #:use-module (gnu system keyboard) ; keyboard-layout
#:use-module (machines portable-bios) ; bootloader-configuration*
; file-systems*
; firmware*