shione/nichijou/home/config/guix/channels
Renken 2bfb36d80c
home: config: guix: channels: drop scm suffix
Guix, or Guile for that matter, is evaluating channels.scm when running
guix pull which causes it to fail with the following log:
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (channel)) (value #f))

It's probably wise to avoid scheme file endings.
2022-08-31 00:03:51 +02:00

4 lines
174 B
Text

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