diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2023-05-07 05:54:29 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2023-05-07 05:54:29 +0300 |
| commit | 542ec52c4955c854e770f615148ced99de5e9fec (patch) | |
| tree | f0eb832eca2c0bcbcb3fd80d79d73d1cfd6493d2 | |
| parent | Add .guix-channel file. (diff) | |
| download | prometheus-shepherd-exporter-master.tar.gz | |
Delete channels.scm.HEADorigin/mastermaster
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.
| -rw-r--r-- | channels.scm | 6 |
1 files changed, 0 insertions, 6 deletions
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"))) |
