# Pastebin r4HziXLR #!/run/current-system/profile/bin/guile --no-auto-compile !# (use-modules (guix scripts build) (gnu packages base)) (define test-package hello) (guix-build "-e" "test-package")