Skip to content

daviwil/channel-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

channel-x: Don’t try this at home

This is my personal GNU Guix channel for packages that are either too early to submit or inappropriate for the upstream repository. It’s also a place for me to experiment with managing a channel in case I come up with a more appropriate community-focused channel 😉

How to Get Xtreme

Add this channel to your list of channels in ~/.config/guix/channels.scm:

(cons* (channel
        (name 'channel-x)
        (url "https://github.com/daviwil/channel-x"))
       (channel
        (name 'nonguix) ;; You probably want this too
        (url "https://gitlab.com/nonguix/nonguix"))
       %default-channels)

License

Not sure if I should use GPL 3.0, WTFPL, or MIT, but it really doesn’t matter that much. You have my permission to copy these package definitions and use them and even upstream them to the main Guix repo, just add my name to the authors list in the file if you do that :)

About

The Most Xtreme Guix Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages