No description
Find a file
2025-02-23 22:51:49 -07:00
skg/packages added bootloader packages for rg35xx 2025-02-23 22:19:00 -07:00
README.md updated README 2025-02-23 22:51:49 -07:00

guix-packages

Channel of software that I have packaged

If you don't already have one, create a file at ~/.config/guix/channels.scm and paste the following:

(cons* (channel
	    (name 'skg)
	    (url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
	    (branch "main"))
       %default-channels)

Otherwise if the file already exists, just add the following section to the list

(channel
	 (name 'skg)
	 (url "https://forge.superkamiguru.org/SuperKamiGuru/guix-packages.git")
	 (branch "main"))

Finally run

guix pull