~ruther/debugging-channel

ref: 7b01a64c6dc5fc5018d2c239dfff3e015eb43cf8 debugging-channel/channels.scm -rw-r--r-- 148 bytes
7b01a64c — Rutherther Initial commit 2 months ago
                                                                                
1
2
3
4
5
6
7
8
(use-modules
 (guix utils))

(cons*
 (channel
  (name 'debugging)
  (url (string-append "file://" (current-source-directory))))
 %default-channels)