Skip to content

Thrilleratplay/heads-guix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heads-guix

This is a Guix channel for Heads.

In order to use it in Guix, create a file ~/.config/guix/channels.scm with the following contents:

(list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master"))
      (channel
        (name 'heads)
        (url "https://github.com/daym/heads-guix.git")
        (branch "wip")))

About

Heads in Guix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 100.0%