aboutsummaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 15:22:59 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 15:22:59 -0300
commit29024cfcebf6ec96161fc44f2d536d65ab278c4c (patch)
tree177e8008e1194395b060e05001b188b7dfbaf108 /guix
parentUse newer version of TODOs.sh (diff)
downloadremembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.gz
remembering-29024cfcebf6ec96161fc44f2d536d65ab278c4c.tar.xz
Add build-aux/with-container.sh and the supporting files under guix/
Diffstat (limited to 'guix')
-rw-r--r--guix/manifest.scm15
-rw-r--r--guix/pinned-channels.scm11
2 files changed, 26 insertions, 0 deletions
diff --git a/guix/manifest.scm b/guix/manifest.scm
new file mode 100644
index 0000000..0c8a225
--- /dev/null
+++ b/guix/manifest.scm
@@ -0,0 +1,15 @@
+(specifications->manifest
+ (map symbol->string
+ '(coreutils
+ findutils
+ diffutils
+ grep
+ sed
+ git
+ tar
+ gzip
+ gawk
+ make
+ perl
+ shellcheck
+ pandoc)))
diff --git a/guix/pinned-channels.scm b/guix/pinned-channels.scm
new file mode 100644
index 0000000..67b5a51
--- /dev/null
+++ b/guix/pinned-channels.scm
@@ -0,0 +1,11 @@
+(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")))))