diff options
Diffstat (limited to 'shell.sh')
-rwxr-xr-x | shell.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell.sh b/shell.sh new file mode 100755 index 0000000..99f67b8 --- /dev/null +++ b/shell.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -Eeuo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" + +guix time-machine -C guix/channels.scm -- environment -m guix/manifest.scm |