34 lines
575 B
Markdown
34 lines
575 B
Markdown
|
[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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|