diff options
Diffstat (limited to '.config/guix/channels.scm')
-rw-r--r-- | .config/guix/channels.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/guix/channels.scm b/.config/guix/channels.scm new file mode 100644 index 0000000..9047b41 --- /dev/null +++ b/.config/guix/channels.scm @@ -0,0 +1,10 @@ +(list (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "e920037793faeebf8fb2a918b50a1751b125a0af")) + (channel + (name 'guix-bandali) + (url "https://git.sr.ht/~bandali/guix-bandali") + (commit + "826fb6ff3669fd4a14dfb17a7aa89777507fb4d6"))) |