blob: 3e35f5289bdbb847b4fccda5b53195f04f4bc483 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Loftix
Loftix is a Guix channel containing packages
used and made by UNIST Lab of Software.
## Installation
Add the [Guix channel] to `~/.config/guix/channels.scm`:
(cons* (channel
(name 'loftix)
(url "https://trong.loang.net/~cnx/loftix")
(branch "main"))
%default-channels)
Then run `guix pull`.
[Guix channel]: https://guix.gnu.org/manual/devel/en/html_node/Channels.html
|