summaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-23 10:25:58 +0300
committerThanos Apollo <[email protected]>2024-05-23 10:25:58 +0300
commit2b0c0e6d12b645b2b8cb25d27808225b9c0ae32d (patch)
tree58ce63290826e34d98de2fc55dc3968f2d29a647 /guix/channels.scm
parente5f6ced4f44b941864c6318940db224d11bf65cf (diff)
guix:(channels) Use default guix & add rosenthal
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 04f7954..524a7cf 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -1,17 +1,18 @@
(cons* (channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
- ;; Enable signature verification:
- (introduction
+ (introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
- (name 'thanos-channel)
- (url (string-append "file://" (getenv "HOME")
- "/Dev/guile/guix-channel/")))
- (channel
- (name 'guix)
- (url "https://git.thanosapollo.org/guix"))
+ (name 'rosenthal)
+ (url "https://codeberg.org/hako/rosenthal.git")
+ (branch "trunk")
+ (introduction
+ (make-channel-introduction
+ "7677db76330121a901604dfbad19077893865f35"
+ (openpgp-fingerprint
+ "13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
%default-channels)