| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|