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.
This commit is contained in:
Renken 2022-08-30 00:48:26 +02:00
parent 024b826bf8
commit 4fc0a71aa7
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -0,0 +1,4 @@
(cons (channel (name 'nichijou)
(url "file:///home/renken/dev/gitlab/nichijou"))
;; (url "https://gitlab.com/renken/nichijou"))
%default-channels)