diff options
author | EuAndreh <eu@euandre.org> | 2021-01-27 13:09:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-27 13:09:42 -0300 |
commit | 53d7c1b4de2d443d531ac4b630f6976c88640815 (patch) | |
tree | 9fc004a645bda202cb82b9ff9fbd880646d97c4d /build-aux/guix | |
parent | v0.1.2: Use sed over tac for POSIX compatibility (diff) | |
download | remembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.gz remembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.xz |
mv build-aux/ aux/
Diffstat (limited to 'build-aux/guix')
-rw-r--r-- | build-aux/guix/manifest.scm | 17 | ||||
-rw-r--r-- | build-aux/guix/pinned-channels.scm | 11 | ||||
-rwxr-xr-x | build-aux/guix/with-container.sh | 4 |
3 files changed, 0 insertions, 32 deletions
diff --git a/build-aux/guix/manifest.scm b/build-aux/guix/manifest.scm deleted file mode 100644 index ab3e7bc..0000000 --- a/build-aux/guix/manifest.scm +++ /dev/null @@ -1,17 +0,0 @@ -(specifications->manifest - (map symbol->string - '(bash - coreutils - findutils - diffutils - grep - sed - git - tar - gzip - gawk - make - perl - shellcheck - pandoc - groff))) diff --git a/build-aux/guix/pinned-channels.scm b/build-aux/guix/pinned-channels.scm deleted file mode 100644 index 67b5a51..0000000 --- a/build-aux/guix/pinned-channels.scm +++ /dev/null @@ -1,11 +0,0 @@ -(list - (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (commit - "d265809b782293eb42dd663b4611ca19dd2bf1b3") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) diff --git a/build-aux/guix/with-container.sh b/build-aux/guix/with-container.sh deleted file mode 100755 index 5969d38..0000000 --- a/build-aux/guix/with-container.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/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 "$@" |