(define-module (debugging-module)
#:use-module (guix gexp)
#: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"))
(define-public two-folders-back
(canonicalize-path (string-append debugging-module-location "../../")))