aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2a4864d12c195b7baece348e2b4541dc677f6969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# tojo-tokyo-guix-channel

Guix Channel for git.tojo.tokyo's packages.

## Installation

Add `tojo-tokyo` channel to `~/.config/guix/channels.scm`:

    (cons* (channel
            (name 'tojo-tokyo)
            (url "https://git.tojo.tokyo/tojo-tokyo-guix-channel.git"))
           %default-channels)

And proceed following:

    guix pull

## License

GNU GPLv3+