aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/pinned-channels.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-23 15:54:40 -0300
committerEuAndreh <eu@euandre.org>2021-02-23 15:54:40 -0300
commit9c8e22e43a4942976232520929e7b6f45a4b4fc2 (patch)
tree416fa63118a68b3fdd2d59c78f8a6a0146816e50 /aux/guix/pinned-channels.scm
parentRemove ./configure script from Homebrew formulas (diff)
downloadpackage-repository-9c8e22e43a4942976232520929e7b6f45a4b4fc2.tar.gz
package-repository-9c8e22e43a4942976232520929e7b6f45a4b4fc2.tar.xz
aux/guix/pinned-channels.scm: Use %default-channels
Diffstat (limited to '')
-rw-r--r--aux/guix/pinned-channels.scm12
1 files changed, 2 insertions, 10 deletions
diff --git a/aux/guix/pinned-channels.scm b/aux/guix/pinned-channels.scm
index 826a352..76114fb 100644
--- a/aux/guix/pinned-channels.scm
+++ b/aux/guix/pinned-channels.scm
@@ -1,10 +1,2 @@
-(list
- (channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (branch "master")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
+(cons*
+ %default-channels)