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.scm | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 nichijou/home/config/guix/channels.scm (limited to 'nichijou/home/config/guix/channels.scm') diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels.scm deleted file mode 100644 index baa1299..0000000 --- a/nichijou/home/config/guix/channels.scm +++ /dev/null @@ -1,4 +0,0 @@ -(cons (channel (name 'nichijou) - (url "file:///home/renken/dev/gitlab/nichijou")) - ;; (url "https://gitlab.com/renken/nichijou")) - %default-channels) -- cgit v1.2.3