diff options
author | EuAndreh <eu@euandre.org> | 2021-02-23 15:54:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-23 15:54:40 -0300 |
commit | 9c8e22e43a4942976232520929e7b6f45a4b4fc2 (patch) | |
tree | 416fa63118a68b3fdd2d59c78f8a6a0146816e50 /aux/guix/pinned-channels.scm | |
parent | Remove ./configure script from Homebrew formulas (diff) | |
download | package-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.scm | 12 |
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) |