From 2bfb36d80ce586f0ea51a72414f56863af8ff134 Mon Sep 17 00:00:00 2001 From: Renken Date: Wed, 31 Aug 2022 00:03:51 +0200 Subject: [PATCH] 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 => channels} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nichijou/home/config/guix/{channels.scm => channels} (100%) diff --git a/nichijou/home/config/guix/channels.scm b/nichijou/home/config/guix/channels similarity index 100% rename from nichijou/home/config/guix/channels.scm rename to nichijou/home/config/guix/channels