blob: 504db98aaed01561117c022903e2245fbdd0ca75 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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")
(introduction
(make-channel-introduction
"9da13b0110441fcd0ab8d36a6de9b78ccb4e775b"
(openpgp-fingerprint
"B775 914C 3270 E318 29AD FD1A B348 8785 AB14 7405"))))
%default-channels)
And proceed following:
guix pull
## License
GNU GPLv3+
|