~ruther/debugging-channel

ref: 7b01a64c6dc5fc5018d2c239dfff3e015eb43cf8 debugging-channel/.guix/modules/debugging-module.scm -rw-r--r-- 273 bytes
7b01a64c — Rutherther Initial commit 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
(define-module (debugging-module)
  #:use-module (guix utils))

(define-public debugging-module-location
  (current-source-directory))

(define-public debugging-module-filename
  (current-filename))

(define-public debugging-hello-world
  (local-file "../../hello-world"))