Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 2.43 KB

README.md

File metadata and controls

56 lines (51 loc) · 2.43 KB

My-guix

Collection of guix packages

Use this repo as a channel add the following lines in the ~/.config/guix/channels.scm file :

(append (list (channel
                (name 'ignfab-guix-packages)
                (url "https://github.com/ignfab/ignfab-guix.git")
		(branch "main")))
        %default-channels)

Packages avaliable