Renken
4fc0a71aa7
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.
4 lines
174 B
Scheme
4 lines
174 B
Scheme
(cons (channel (name 'nichijou)
|
|
(url "file:///home/renken/dev/gitlab/nichijou"))
|
|
;; (url "https://gitlab.com/renken/nichijou"))
|
|
%default-channels)
|