46b7f23 ^
a97561c ^
d9d57b2 ^
155eb97 ^
1
2
3
4
5
6
7
8
9
10 11 12
13 14
15 16 17 18 19 20 21 22 23
--- title: Guix shebang date: 2020-02-14 layout: post lang: en eu_categories: guix ref: guix-shebang --- ```shell #!/usr/bin/env -S guix environment --ad-hoc bash -- bash set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" pwd ```