Personal channel for Guix packages.
-
To add my channel, add this to
~/.config/guix/channels.scm
:
(cons (channel
(name 'h-guix)
(url "https://github.com/hiepph/h-guix.git"))
%default-channels)
-
And then:
guix pull
-
To switch to new channels with Fish shell, add this line:
set -gx GUIX_PROFILE $HOME/.config/guix/current
set -p PATH $GUIX_PROFILE/bin
-
All commits must be signed with an OpenGPG key.
-
To setup signing automatically:
git config commit.gpgsign true