summaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-13 18:29:21 -0400
committerVineet Kumar <git@vineetk.net>2026-05-13 18:31:46 -0400
commitf0a265488efa8a3c0cdbbadd09efb830a7354919 (patch)
tree6c5b30bda3a008d30c75ba415003f9ad255f751b /.guix-channel
parentc0577b0cd4d9e169b9f366e63a9a72756267f553 (diff)
add .guix-channel
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel22
1 files changed, 22 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..ca5e5b5
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,22 @@
1(channel
2 (version 0)
3 (dependencies
4 (channel
5 (name nonguix)
6 (url "https://codeberg.org/nonguix/nonguix-mirror")
7 (branch "master")
8 (commit
9 "5f2630e69fbbe9e79c350a67545f0fef7e93e223")
10 (introduction
11 (channel-introduction
12 (version 0)
13 (commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
14 (signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
15 (channel
16 (name guix-science)
17 (url "https://codeberg.org/guix-science/guix-science")
18 (introduction
19 (channel-introduction
20 (version 0)
21 (commit "b1fe5aaff3ab48e798a4cce02f0212bc91f423dc")
22 (signer "CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446"))))))