aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/pinned-channels.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 09:58:03 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 09:58:03 -0300
commit25b667eb96b64fab5f85afc5bee37afa3dfd7662 (patch)
tree3a277bef22c798d58d13523558009024fb21af69 /aux/guix/pinned-channels.scm
parentREADME.md: Remove ./configure from install instructions (diff)
downloadremembering-25b667eb96b64fab5f85afc5bee37afa3dfd7662.tar.gz
remembering-25b667eb96b64fab5f85afc5bee37afa3dfd7662.tar.xz
aux/guix/pinned-channels.scm: Use %default-channels
Diffstat (limited to '')
-rw-r--r--aux/guix/pinned-channels.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/aux/guix/pinned-channels.scm b/aux/guix/pinned-channels.scm
index 8a09825..b026813 100644
--- a/aux/guix/pinned-channels.scm
+++ b/aux/guix/pinned-channels.scm
@@ -1,4 +1,4 @@
-(list
+(cons*
(channel
(name 'xyz-euandreh)
(url "git://git.euandreh.xyz/package-repository")
@@ -8,13 +8,4 @@
"d749e053e6db365069cb9b2ef47a78b06f9e7361"
(openpgp-fingerprint
"5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))
- (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")))))
+ %default-channels)