summaryrefslogtreecommitdiffstats
path: root/files/.config/guix/channels.scm
diff options
context:
space:
mode:
Diffstat (limited to 'files/.config/guix/channels.scm')
-rwxr-xr-xfiles/.config/guix/channels.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/.config/guix/channels.scm b/files/.config/guix/channels.scm
new file mode 100755
index 0000000..13bee44
--- /dev/null
+++ b/files/.config/guix/channels.scm
@@ -0,0 +1,19 @@
1(cons* (channel
2 (name 'rustup)
3 (url "https://github.com/declantsien/guix-rustup")
4 (introduction
5 (make-channel-introduction
6 "325d3e2859d482c16da21eb07f2c6ff9c6c72a80"
7 (openpgp-fingerprint
8 "F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5"))))
9
10 (channel
11 (name 'nonguix)
12 (url "https://gitlab.com/nonguix/nonguix")
13 ;; Enable signature verification:
14 (introduction
15 (make-channel-introduction
16 "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
17 (openpgp-fingerprint
18 "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
19 %default-channels)