aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-10 17:49:51 -0300
committerEuAndreh <eu@euandre.org>2023-03-10 17:49:51 -0300
commita02e35e91f18bf90a9295a07a0a2db83cca8772c (patch)
tree815d670c5344db9b1998ac1a604917251a648256 /src
parentrm -rf aux/ README.md (diff)
downloadtoph-a02e35e91f18bf90a9295a07a0a2db83cca8772c.tar.gz
toph-a02e35e91f18bf90a9295a07a0a2db83cca8772c.tar.xz
src/infrastructure/guix/channels.scm: Do not depend on forked "guix" channel
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/channels.scm12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/infrastructure/guix/channels.scm b/src/infrastructure/guix/channels.scm
index 98193a8..e5ccd6a 100644
--- a/src/infrastructure/guix/channels.scm
+++ b/src/infrastructure/guix/channels.scm
@@ -16,15 +16,5 @@
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
- "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
- (channel
- (name 'guix)
- (url "git://euandre.org/git/guix")
- (branch "main")
- (introduction
- (make-channel-introduction
- "9b714ec75ee74d9f5464a8a08144f27eae817cd9"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
- #;
+ "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))
%default-channels)