aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/with-container.sh
blob: 1b7c00439707bfbbd8d2651e149f70076e0b282f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -eu

if [ -z "${1:-}" ]; then
	guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \
		environment --fallback -m aux/guix/manifest.scm
else
	guix time-machine --fallback -C aux/guix/pinned-channels.scm -- \
		environment --fallback -m aux/guix/manifest.scm --pure -C \
			-- sh -c "$@"
fi