From 4fc0a71aa718c3d4bbfd76e7c7743761f74db1b3 Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 30 Aug 2022 00:48:26 +0200 Subject: channels: add local nichijou copy The local path is hard-coded. The file should contain a function instead that returns a channel configured with a local path passed as an argument. --- nichijou/home/config/guix/channels.scm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nichijou/home/config/guix/channels.scm (limited to 'nichijou') diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels.scm new file mode 100644 index 0000000..baa1299 --- /dev/null +++ b/nichijou/home/config/guix/channels.scm @@ -0,0 +1,4 @@ +(cons (channel (name 'nichijou) + (url "file:///home/renken/dev/gitlab/nichijou")) + ;; (url "https://gitlab.com/renken/nichijou")) + %default-channels) -- cgit v1.2.3