diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:47:45 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:47:45 +0200 |
commit | 3b47d2a1185a473ee3798b9a252903d583ef8d51 (patch) | |
tree | 75bb38616260d2441a118bd7056b45f545805aa6 | |
parent | d5b887c1cd5125c5c83f4278fa6944e63a4c5ae6 (diff) |
refactor(mcdowell): remove redundant import of (suweren system)
-rw-r--r-- | systems/mcdowell.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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 |