From 0da951183bb3d84ee161d8b31f7e5a6a59902a37 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 26 Jan 2024 10:27:23 +0100 Subject: 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)) --- systems/izumi/channels.scm | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3