diff options
author | EuAndreh <eu@euandre.org> | 2020-11-29 00:38:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-29 00:38:42 -0300 |
commit | f502ed0f5f5307816bb94055fdd9f48e2fe7b6c4 (patch) | |
tree | c6f34f085f568f72dc497cb351789d782c70907b | |
parent | Move tests.sh to Makefile (diff) | |
download | toph-f502ed0f5f5307816bb94055fdd9f48e2fe7b6c4.tar.gz toph-f502ed0f5f5307816bb94055fdd9f48e2fe7b6c4.tar.xz |
Move shell.sh to container
-rwxr-xr-x | container | 3 | ||||
-rwxr-xr-x | shell.sh | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/container b/container new file mode 100755 index 0000000..4aa304d --- /dev/null +++ b/container @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +guix time-machine -C guix/channels.scm -- environment --pure -C -m guix/manifest.scm -- "$@" diff --git a/shell.sh b/shell.sh deleted file mode 100755 index 99f67b8..0000000 --- a/shell.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -set -Eeuo pipefail -cd "$(dirname "${BASH_SOURCE[0]}")" - -guix time-machine -C guix/channels.scm -- environment -m guix/manifest.scm |