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:
parent
024b826bf8
commit
4fc0a71aa7
1 changed files with 4 additions and 0 deletions
4
nichijou/home/config/guix/channels.scm
Normal file
4
nichijou/home/config/guix/channels.scm
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(cons (channel (name 'nichijou)
|
||||||
|
(url "file:///home/renken/dev/gitlab/nichijou"))
|
||||||
|
;; (url "https://gitlab.com/renken/nichijou"))
|
||||||
|
%default-channels)
|
Loading…
Reference in a new issue