Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 816 Bytes

README.org

File metadata and controls

25 lines (21 loc) · 816 Bytes

Guix China 社区的 Guix 频道

使用

将 GuixCN 频道定义加入 ~/.config/guix/channels.scm ,以由 guix pull 接收更新:

;; ~/.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 在此结束。

Guix Home 用户亦参见服务 home-channels-service-type

许可证

GPL-3.0-or-later