summaryrefslogtreecommitdiff
path: root/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'channels.scm')
-rw-r--r--channels.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm
new file mode 100644
index 0000000..79bf8c0
--- /dev/null
+++ b/channels.scm
@@ -0,0 +1,17 @@
1(list
2 (channel
3 (name 'guix)
4 (url "https://codeberg.org/dtelsing/Guix")
5 (branch "pytorch"))
6 (channel
7 (name 'guix-rocm)
8 (url "https://codeberg.org/dtelsing/Guix-ROCm")
9 (branch "master")
10 (commit
11 "84964834d67d3e6edeba5bdef7dc42b4413f91c0"))
12 (channel
13 (name 'guix-rocm-ml)
14 (url "https://codeberg.org/dtelsing/Guix-ROCm-ML")
15 (branch "master")
16 (commit
17 "b6c90eccbbb6e280e7222f12102a69aa963d1de4")))