= Guix shebang :categories: guix [source,sh] ---- #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" pwd ----