summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-11-01 22:30:30 +0100
committerTimo Wilken2023-11-01 22:30:30 +0100
commit9b57cf604c1544ca63dea1a454f696b02002c8f3 (patch)
treeab45018bd66f2e95f5f3903a27d06b9632f64549 /tw
parentbc67572084726572972170f0f2133f4050e8136d (diff)
Add a simple test script
This only evaluates each home and system config to make sure they're valid. Move the "nonfree installer" declaration to a subdirectory since evaluating it does too much -- it seems to trigger a "guix pull" somehow.
Diffstat (limited to 'tw')
-rw-r--r--tw/system/installer/nonfree.scm (renamed from tw/system/nonfree-installer.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/nonfree-installer.scm b/tw/system/installer/nonfree.scm
index bc363e95..433d4302 100644
--- a/tw/system/nonfree-installer.scm
+++ b/tw/system/installer/nonfree.scm
@@ -1,4 +1,4 @@
-(define-module (tw system nonfree-installer)
+(define-module (tw system installer nonfree)
#:use-module (gnu packages admin)
#:use-module (gnu packages linux)
#:use-module (gnu packages package-management)