~ruther/debugging-channel

ref: 15b39ab78ddb39bc14cb0bdf39c6c6d1550cc71f debugging-channel/channels.scm -rw-r--r-- 148 bytes
15b39ab7 — Rutherther Update 2 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)