summaryrefslogtreecommitdiffstats
path: root/.guix-channel
diff options
context:
space:
mode:
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel13
1 files changed, 13 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..c788233
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,13 @@
1(channel
2 (version 0)
3 (directory "guix")
4 (url "https://git.jdlugosz.com/personal/dotfiles/")
5 (dependencies
6 (channel
7 (name nonguix)
8 (url "https://gitlab.com/nonguix/nonguix")
9 (branch "master"))
10 (channel
11 (name rustup)
12 (url "https://github.com/declantsien/guix-rustup")
13 (branch "master")))) \ No newline at end of file