Skip to content

guixcn/guix-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages