From 2bfb36d80ce586f0ea51a72414f56863af8ff134 Mon Sep 17 00:00:00 2001 From: Renken Date: Wed, 31 Aug 2022 00:03:51 +0200 Subject: 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. --- nichijou/home/config/guix/channels | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nichijou/home/config/guix/channels (limited to 'nichijou/home/config/guix/channels') diff --git a/nichijou/home/config/guix/channels b/nichijou/home/config/guix/channels new file mode 100644 index 0000000..baa1299 --- /dev/null +++ b/nichijou/home/config/guix/channels @@ -0,0 +1,4 @@ +(cons (channel (name 'nichijou) + (url "file:///home/renken/dev/gitlab/nichijou")) + ;; (url "https://gitlab.com/renken/nichijou")) + %default-channels) -- cgit v1.2.3