#!/usr/bin/env guile (use-modules (debugging-module) (guix store) (guix gexp)) (display debugging-module-location) (display debugging-module-filename) (with-store store (run-with-store store (gexp->derivation debugging-hello-world)))