summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-09-20 14:31:01 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-09-20 14:35:13 +0200
commit41209e53c1a79947908e88e5f46b3569db4e93e2 (patch)
treec7b3fecb496f66eae824096fe72051d6bd87fff3
parent45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a (diff)
downloaddotfiles-41209e53c1a79947908e88e5f46b3569db4e93e2.tar.gz
dotfiles-41209e53c1a79947908e88e5f46b3569db4e93e2.zip
Add introdutions to .guix-channel.
-rw-r--r--.guix-channel16
1 files changed, 13 insertions, 3 deletions
diff --git a/.guix-channel b/.guix-channel
index c788233..57f7a2c 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -1,13 +1,23 @@
1(channel 1(channel
2 (version 0) 2 (version 0)
3 (directory "guix") 3 (directory "guix")
4 (url "https://git.jdlugosz.com/personal/dotfiles/") 4 (url "https://github.com/jdlugosz963/dotfiles")
5 (dependencies 5 (dependencies
6 (channel 6 (channel
7 (name nonguix) 7 (name nonguix)
8 (url "https://gitlab.com/nonguix/nonguix") 8 (url "https://gitlab.com/nonguix/nonguix")
9 (branch "master")) 9 (branch "master")
10 (introduction
11 (channel-introduction
12 (version 0)
13 (commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
14 (signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
10 (channel 15 (channel
11 (name rustup) 16 (name rustup)
12 (url "https://github.com/declantsien/guix-rustup") 17 (url "https://github.com/declantsien/guix-rustup")
13 (branch "master")))) \ No newline at end of file 18 (branch "master")
19 (introduction
20 (channel-introduction
21 (version 0)
22 (commit "325d3e2859d482c16da21eb07f2c6ff9c6c72a80")
23 (signer "F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5")))))) \ No newline at end of file