snow-fort-guix-channel/README.md

1.1 KiB

Snow fort packages as Guix channel.

The relevant part of Guix manual is Additional Channels. But here is short instructions anyway.

Add the Guix channell

Copy this:

(cons (channel (name 'snow-fort) (url "https://gitea.scheme.org/Rinne/snow-fort-guix-channel.git")) %default-channels)

Into:

~/.config/guix/channels.scm

Update the channels

Run:

guix pull

Using packages

It is recommended to use the packages with guix shell.

The packages have been prefixed with "snow-", so for example to use package (arvyy mustache) from https://snow-fort.org/pkg run:

guix shell snow-arvyy-mustache

And the library can be found from path ${GUIX_PROFILE}/share/snow.

To use them add that path into your implementations loadpath.

For example with Guile:

guile --r7rs -L ${GUIX_PROFILE}/share/snow