Skip to content

hiepph/h-guix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

h-guix

Personal channel for Guix packages.

Set up

  • 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

Contribution

  • All commits must be signed with an OpenGPG key.

  • To setup signing automatically:

git config commit.gpgsign true

Development

  • To build a package locally:

guix build -L . my-package
  • To install and test:

guix install -L . my-package
  • To uninstall:

guix remove -L . my-package

About

@hiepph's personal Guix channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages