~ruther/debugging-channel

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