summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 20:04:33 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-02-03 20:14:20 +0100
commit0215b784002e7232ffeb49f4c799a21dcd57e695 (patch)
tree2ce3aa686eab2af55d2e5bf638474472b062f074 /channels.scm
parent5e8bc1815071df5876e9b3fbba752a43f5352854 (diff)
Define ruby-cohere-ai repository
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm13
1 files changed, 12 insertions, 1 deletions
diff --git a/channels.scm b/channels.scm
index e83fb8f..3161938 100644
--- a/channels.scm
+++ b/channels.scm
@@ -25,6 +25,12 @@
"002e14e888b1af50c77e30849edb62cc416397cf"
(openpgp-fingerprint marekpasnikowski-fingerprint)))))
+(define ruby-cohere-ai
+ (channel
+ (name 'ruby-cohere-ai)
+ (url "https://git.marekpasnikowski.pl/git/cohere-ai.git")
+ (branch "guix")))
+
(define ruby-nano-bots
(channel
(name 'ruby-nano-bots)
@@ -50,4 +56,9 @@
home-channels-service-type
(cons
%default-guix-channel
- (list deployment ruby-babosa ruby-nano-bots ruby-sweet-moon))))
+ (list
+ deployment
+ ruby-babosa
+ ruby-cohere-ai
+ ruby-nano-bots
+ ruby-sweet-moon))))