shione/nichijou/home/config/guix/channels.scm
Renken 4fc0a71aa7
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.
2022-08-30 22:59:19 +02:00

4 lines
174 B
Scheme

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