aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-22 22:56:03 +0100
committerTimo Wilken2023-01-22 23:08:18 +0100
commitae3206dbf89b494264afbe457b13afebdea920d2 (patch)
tree6d18a37769387d913ce91c2af80cbadd7c020363 /tw/system/vin.scm
parent599f82d0857d408b25f2df95163c3bd1ae596eda (diff)
Rename "common" modules to be base modules
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/vin.scm b/tw/system/vin.scm
index b6275b5a..3a5a6b62 100644
--- a/tw/system/vin.scm
+++ b/tw/system/vin.scm
@@ -4,7 +4,7 @@
#:use-module (gnu system locale)
#:use-module (gnu system nss)
#:use-module (guix gexp)
- #:use-module (tw system common))
+ #:use-module (tw system))
;; The device's BIOS does not support UEFI, sadly. It also doesn't recognise
;; NVME devices, so we can only use SATA hard disks, not the M.2 SSD.