peanutbutterandcrackers / guix-packages

My GNU-Guix Packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My GNU Guix Packages

This is a channel containing packages not yet in available in the GNU Distribution.

Adding this channel:

Add the following lines to ~/.config/guix/channels.scm (run guix pull first, if the path does not exist):

;; Add peanutbutterandcrackers/guix-packages
(cons (channel
  (name 'peanutbutterandcrackers-guix-packages)
  (url "https://github.com/peanutbutterandcrackers/guix-packages"))
 %default-channels)

About

My GNU-Guix Packages

License:GNU General Public License v3.0


Languages

Language:Scheme 100.0%