Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 596 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 596 Bytes

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)