aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
blob: b852180cf2563ec7b74b93c954de38d77237f23f (about) (plain)
1
2
3
4
5
6
7
;; This is a Guix channel.

(channel
  (version 0)
  (news-file "etc/news.scm")
  (keyring-reference "keyring")
  (url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
>gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....Andy Wingo 2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....Ludovic Courtès 2016-08-31guix system: Do not unload services depended on....Ludovic Courtès 2016-08-31guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'....Ludovic Courtès 2016-08-31guix system: Extract and test the service upgrade procedure....Ludovic Courtès 2016-07-18system: Honor the 'dependencies' field of file systems....Ludovic Courtès