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 /nichijou/home/config/guix/channels.scm | |
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.
Diffstat (limited to 'nichijou/home/config/guix/channels.scm')
-rw-r--r-- | nichijou/home/config/guix/channels.scm | 4 |
1 files changed, 0 insertions, 4 deletions
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) |