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
55668f42ec5b26f875ddbc498e132b6'>home: import: Properly parse aliases that contain quotes....Ludovic Courtès 2022-01-05home: import: Fix handling of manifest entries with specific output....Arjan Adriaanse 2021-11-16home: Adjust 'guix home import' test for shell aliases....Ludovic Courtès 2021-10-31home: import: Avoid duplication of 'manifest->code'....Ludovic Courtès 2021-10-31home: import: Factorize triplicated 'version-spec' procedure....Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Xinglu Chen 2021-10-31Add tests for ‘guix home import’....Xinglu Chen