aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-29 00:38:42 -0300
committerEuAndreh <eu@euandre.org>2020-11-29 00:38:42 -0300
commitf502ed0f5f5307816bb94055fdd9f48e2fe7b6c4 (patch)
treec6f34f085f568f72dc497cb351789d782c70907b
parentMove tests.sh to Makefile (diff)
downloadtoph-f502ed0f5f5307816bb94055fdd9f48e2fe7b6c4.tar.gz
toph-f502ed0f5f5307816bb94055fdd9f48e2fe7b6c4.tar.xz
Move shell.sh to container
-rwxr-xr-xcontainer3
-rwxr-xr-xshell.sh5
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