diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 17:52:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 17:52:55 -0300 |
commit | 27c41122121ed1c52cf948537ea07cc86e851d16 (patch) | |
tree | c2b0c78bc41c1fce82835ffb539b6a02afc1fad0 /build-aux/with-container.sh | |
parent | Use "make public" as the primary way of building the site (diff) | |
download | euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.gz euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.xz |
Move Guix files under 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 "$@" |