diff options
author | Renken <renken@shione.net> | 2022-08-31 00:03:51 +0200 |
---|---|---|
committer | Renken <renken@shione.net> | 2022-08-31 00:03:51 +0200 |
commit | 2bfb36d80ce586f0ea51a72414f56863af8ff134 (patch) | |
tree | 8f2c4364c6383c010caea98979dff0302c1528f3 | |
parent | 29dfeac3a9cf54106879be68a630b16e3a18ed30 (diff) | |
download | shione-2bfb36d80ce586f0ea51a72414f56863af8ff134.tar.gz shione-2bfb36d80ce586f0ea51a72414f56863af8ff134.zip |
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.
-rw-r--r-- | nichijou/home/config/guix/channels (renamed from nichijou/home/config/guix/channels.scm) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels index baa1299..baa1299 100644 --- a/nichijou/home/config/guix/channels.scm +++ b/nichijou/home/config/guix/channels |