From 29024cfcebf6ec96161fc44f2d536d65ab278c4c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 22 Jan 2021 15:22:59 -0300 Subject: Add build-aux/with-container.sh and the supporting files under guix/ --- build-aux/with-container.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build-aux/with-container.sh (limited to 'build-aux/with-container.sh') diff --git a/build-aux/with-container.sh b/build-aux/with-container.sh new file mode 100755 index 0000000..5544d8e --- /dev/null +++ b/build-aux/with-container.sh @@ -0,0 +1,4 @@ +#!/bin/sh +set -eux + +guix time-machine -C guix/pinned-channels.scm -- environment --pure -C -m guix/manifest.scm -- sh -c "$@" -- cgit v1.2.3