diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 10:31:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 10:32:56 -0300 |
commit | d9aef665013e202ab4dac844e9dcd029a43f4222 (patch) | |
tree | 7e15e975ec093470d9f00ac8a40c84daeb482128 /scripts/with-container.sh | |
parent | Remove guix/channels.scm (diff) | |
download | server-d9aef665013e202ab4dac844e9dcd029a43f4222.tar.gz server-d9aef665013e202ab4dac844e9dcd029a43f4222.tar.xz |
Move scripts/ to build-aux/
Diffstat (limited to 'scripts/with-container.sh')
-rwxr-xr-x | scripts/with-container.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/with-container.sh b/scripts/with-container.sh deleted file mode 100755 index 1261022..0000000 --- a/scripts/with-container.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -guix time-machine -C guix/channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@" |