aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-08-10 19:43:10 +0800
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-06 01:25:30 -0400
commite99279aa2706ff2471d234db4e3ad0c67239c2dd (patch)
treee227584ed3f899d878c7045809b8de74030b39d5 /etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page
parent701041aac1fdd74fc036c83285596aae4f47cb39 (diff)
downloadguix-e99279aa2706ff2471d234db4e3ad0c67239c2dd.tar.gz
guix-e99279aa2706ff2471d234db4e3ad0c67239c2dd.zip
gnu: Add go-github-com-cespare-mph.
* gnu/packages/golang.scm (go-github-com-cespare-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page')
0 files changed, 0 insertions, 0 deletions
import.scm (import-manifest): Likewise. Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Set the name of the file to just the basename of the file passed to ‘local-file’. * guix/scripts/home/import.scm (basename+remove-dots): New procedure. (generate-bash-configuration+modules): Use it. * tests/home-import.scm (match-home-environment-bash-service): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-10-31Add tests for ‘guix home import’....* tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen