aboutsummaryrefslogtreecommitdiff
path: root/aux/guix/pinned-channels.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-09 00:19:31 -0300
committerEuAndreh <eu@euandre.org>2021-02-09 00:19:31 -0300
commit1c4055f615c7570979f6c703b9760fa1160489d8 (patch)
treef5a2e38190c9ce43832411b13b6d9b900d985d8b /aux/guix/pinned-channels.scm
parentAdd nixfmt pending-patches.scm (diff)
downloadpackage-repository-1c4055f615c7570979f6c703b9760fa1160489d8.tar.gz
package-repository-1c4055f615c7570979f6c703b9760fa1160489d8.tar.xz
Add self-referential channel to pinned-channels.scm for running nixfmt on CI
Diffstat (limited to '')
-rw-r--r--aux/guix/pinned-channels.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/aux/guix/pinned-channels.scm b/aux/guix/pinned-channels.scm
index 67b5a51..aebc02c 100644
--- a/aux/guix/pinned-channels.scm
+++ b/aux/guix/pinned-channels.scm
@@ -1,4 +1,13 @@
(list
+ (channel
+ (name 'xyz-euandreh)
+ (url "git://git.euandreh.xyz/euandreh-package-repository")
+ (branch "main")
+ (introduction
+ (make-channel-introduction
+ "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")