summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 10:27:23 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-26 10:27:23 +0100
commit0da951183bb3d84ee161d8b31f7e5a6a59902a37 (patch)
tree89c9eb6831d744205cd597fa291341bc6309bdfa
parenta50480c8634dab2d6dc97742d489a17bbe51c450 (diff)
Turn channels.scm into a proper module
By doing this and depending on (guix channels), the following error is fixed: (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (channel)) (value #f))
-rw-r--r--systems/izumi/channels.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm
index 0a1c92d..79ff749 100644
--- a/systems/izumi/channels.scm
+++ b/systems/izumi/channels.scm
@@ -1,3 +1,6 @@
+( define-module ( systems izumi channels )
+ #:use-module ( guix channels ) )
+
( list
( channel
( introduction