From f5d86927b3c3332fbb50babf0afa5d497293937f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 25 Jan 2021 17:52:27 -0300 Subject: Move other Guix files under build-aux/guix/ --- build-aux/guix/with-container.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build-aux/guix/with-container.sh (limited to 'build-aux/guix/with-container.sh') diff --git a/build-aux/guix/with-container.sh b/build-aux/guix/with-container.sh new file mode 100755 index 0000000..5969d38 --- /dev/null +++ b/build-aux/guix/with-container.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eux + +guix time-machine -C build-aux/guix/pinned-channels.scm -- environment --pure -C -m build-aux/guix/manifest.scm -- sh -c "$@" -- cgit v1.2.3