summaryrefslogtreecommitdiffstats
path: root/.guix-channel
blob: c78823379ac909267c326dd32017e86797093849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(channel
 (version 0)
 (directory "guix")
 (url "https://git.jdlugosz.com/personal/dotfiles/")
 (dependencies
  (channel
   (name nonguix)
   (url "https://gitlab.com/nonguix/nonguix")
   (branch "master"))
  (channel
   (name rustup)
   (url "https://github.com/declantsien/guix-rustup")
   (branch "master"))))