summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-16 08:54:20 +0300
committerThanos Apollo <[email protected]>2024-07-16 08:54:20 +0300
commit784c82eeec943c455453a86cc2a632e236103f95 (patch)
tree8bbcff9e4ff34f750dfa2bb1078a3a634b755468 /guix
parentfbc201757cafec9f7083185e29b4bc29db8c58ea (diff)
guix: channels: Add hecate.
Diffstat (limited to 'guix')
-rw-r--r--guix/channels.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index db2a295..f068a56 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -15,4 +15,12 @@
"7677db76330121a901604dfbad19077893865f35"
(openpgp-fingerprint
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
+ (channel
+ (name 'hecate)
+ (url "https://git.thanosapollo.org/hecate")
+ (introduction
+ (make-channel-introduction
+ "6d40e319e46eddc6a3e1a97b1dd1dafedb785889"
+ (openpgp-fingerprint
+ "62B7 58D0 F671 9938 BC09 CECA 339F 736C 3A72 0928"))))
%default-channels)