guixchannel/.guix-channel

18 lines
445 B
Scheme

;;; SPDX-License-Identifier: GPL-3.0-or-later
;; -*- mode: scheme; -*-
(channel
(version 0)
(news-file "news.txt")
(url "https://gitea.lyrion.ch/zilti/guixchannel")
(dependencies
(channel
(name emacs)
(url "https://github.com/babariviere/guix-emacs"))
(channel
(name rosenthal)
(url "https://codeberg.org/hako/rosenthal.git"))
(channel
(name nonguix)
(url "https://gitlab.com/nonguix/nonguix.git"))))