summaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
new file mode 100644
index 0000000..f451402
--- /dev/null
+++ b/guix/channels.scm
@@ -0,0 +1,8 @@
+(cons*
+ (channel
+ (name 'nonguix)
+ (url "https://gitlab.com/nonguix/nonguix"))
+ (channel
+ (name 'ekaitz)
+ (url "https://gitlab.com/ekaitz-zarraga/guix-packages"))
+ %default-channels)