2024-10-06 09:33:19 -04:00
|
|
|
[Snow fort](https://snow-fort.org) packages as [Guix](https://guix.gnu.org/)
|
|
|
|
[channel](https://guix.gnu.org/manual/en/html_node/Channels.html).
|
|
|
|
|
|
|
|
The relevant part of Guix manual is
|
|
|
|
[Additional Channels](https://guix.gnu.org/manual/en/html_node/Specifying-Additional-Channels.html).
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2024-10-06 10:07:08 -04:00
|
|
|
## Update the channels
|
2024-10-06 09:33:19 -04:00
|
|
|
|
2024-10-06 10:07:08 -04:00
|
|
|
Run:
|
|
|
|
|
|
|
|
guix pull
|
|
|
|
|
|
|
|
|
|
|
|
## Install packages
|
2024-10-06 09:33:19 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|