(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"))