From 85ff140c661a6b77543cd2b3ff2e5f08927691c1 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 3 Mar 2020 18:10:07 +0100 Subject: Add guix channels --- guix/channels.scm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 guix/channels.scm (limited to 'guix') 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) -- cgit v1.2.3