diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 17:56:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 18:03:09 -0300 |
commit | ab00c902677fcd605724da3704a5bae6b255afb4 (patch) | |
tree | fad56deb0ec9535b42a02fb92758aa9cfb029451 /build-aux/with-container.sh | |
parent | mv build-aux/assert-todos.sh build-aux/workflow/, updating to the latest version (diff) | |
download | server-ab00c902677fcd605724da3704a5bae6b255afb4.tar.gz server-ab00c902677fcd605724da3704a5bae6b255afb4.tar.xz |
Move Guix CI files to build-aux/guix/
Diffstat (limited to 'build-aux/with-container.sh')
-rwxr-xr-x | build-aux/with-container.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/with-container.sh b/build-aux/with-container.sh deleted file mode 100755 index 5544d8e..0000000 --- a/build-aux/with-container.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -eux - -guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@" |