https://github.com/guixcn/guix-channel
https://github.com/guixcn/guix-channel
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/guixcn/guix-channel
- Owner: guixcn
- License: gpl-3.0
- Created: 2020-07-20T07:32:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T07:32:29.000Z (about 2 years ago)
- Last Synced: 2024-08-03T12:16:01.446Z (almost 2 years ago)
- Language: Scheme
- Size: 29.3 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
- awesome-guix - guix-cn
README
#+TITLE: Guix China 社区的 Guix 频道
# TODO: 介绍/定位
** 使用
# TODO: 解释
将 GuixCN 频道定义加入 =~/.config/guix/channels.scm= ,以由 =guix pull= 接收更新:
#+begin_src scheme
;; ~/.config/guix/channels.scm
(cons* (channel
(name 'guixcn)
(url "https://github.com/guixcn/guix-channel.git")
(introduction
(make-channel-introduction
"993d200265630e9c408028a022f32f34acacdf29"
(openpgp-fingerprint
"7EBE A494 60CE 5E2C 0875 7FDB 3B5A A993 E1A2 DFF0"))))
%default-channels)
;; channels.scm 在此结束。
#+end_src
[[https://guix.gnu.org/en/manual/devel/zh-cn/html_node/Home-Configuration.html][Guix Home]] 用户亦参见服务 =home-channels-service-type= 。
** 许可证
GPL-3.0-or-later