aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/pinned-channels.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-27 13:09:42 -0300
committerEuAndreh <eu@euandre.org>2021-01-27 13:09:42 -0300
commit53d7c1b4de2d443d531ac4b630f6976c88640815 (patch)
tree9fc004a645bda202cb82b9ff9fbd880646d97c4d /aux/guix/pinned-channels.scm
parentv0.1.2: Use sed over tac for POSIX compatibility (diff)
downloadremembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.gz
remembering-53d7c1b4de2d443d531ac4b630f6976c88640815.tar.xz
mv build-aux/ aux/
Diffstat (limited to 'aux/guix/pinned-channels.scm')
-rw-r--r--aux/guix/pinned-channels.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/aux/guix/pinned-channels.scm b/aux/guix/pinned-channels.scm
new file mode 100644
index 0000000..67b5a51
--- /dev/null
+++ b/aux/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")))))