From 542ec52c4955c854e770f615148ced99de5e9fec Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Sun, 7 May 2023 05:54:29 +0300 Subject: Delete channels.scm. This commit deletes channels.scm file, so it will not be processed by Guix. $ strace -p "$(pidof guix-daemon )" -f -s 10000 -o out.strace 6739 newfstatat(AT_FDCWD, "/homeless-shelter/.cache/guile/ccache/3.0-LE-8-4.6/gnu/store/...-prometheus-shepherd-ex porter-c323f5f/channels.scm.go", 0x7fffffffde00, 0) = -1 ENOENT (No such file or directory) It's possible to exclude the file by specifying in the .guix-channel file a directory, containing Guile modules, but the channels.scm currently is not used for anything. --- channels.scm | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 channels.scm diff --git a/channels.scm b/channels.scm deleted file mode 100644 index fe47342..0000000 --- a/channels.scm +++ /dev/null @@ -1,6 +0,0 @@ -(list (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (branch "master") - (commit - "1f734a6f0a7db5b0e12091a0c869c5c4810ac80e"))) -- cgit v1.2.3