Go to file
retropikzel e4f7adf189 Added dependencies support 2024-10-06 18:14:17 +03:00
packages Added dependencies support 2024-10-06 18:14:17 +03:00
.channel Making master branch 2024-10-06 16:38:28 +03:00
.gitignore Made this 2024-10-06 16:33:19 +03:00
Makefile Made this 2024-10-06 16:33:19 +03:00
README.md Added dependencies support 2024-10-06 18:14:17 +03:00
build.scm Added dependencies support 2024-10-06 18:14:17 +03:00
ensure-hashes.sh Made this 2024-10-06 16:33:19 +03:00
get-package-urls.scm Made this 2024-10-06 16:33:19 +03:00
licenses.scm Update readme. Fix licenses 2024-10-06 17:07:08 +03:00
news.txt Added news 2024-10-06 16:36:53 +03:00

README.md

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

Install packages

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

guix install snow-arvyy-mustache