summaryrefslogtreecommitdiff
path: root/src/content/pastebins/2020/02/14/guix-shebang.adoc
blob: 0dcbe5447f401d118a933185316a11ee2115b7cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
= Guix shebang
:categories: guix

[source,shell]
----
#!/usr/bin/env -S guix environment --ad-hoc bash -- bash
set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"

pwd
----