blob: a910fc10c098ef95fa232fe7a21704ca8cc2b774 (
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
|
# Dave's Guix channel
This is a place for sharing bleeding edge or transient software that I
make that doesn't belong in Guix itself. I host packages for my game
jam entries here, for example.
I don't host substitutes so everything here will get built from
source, but there's nothing that should take very long to build.
## Using this channel
Add the following to the list in `~/.config/guix/channels.scm`:
```scheme
(channel
(name 'dthompson)
(url "https://git.dthompson.us/guix-channel.git")
(branch "main")
(introduction
(make-channel-introduction
"df2e993dbfe9e45e8ad66226d3a136e3ffcbebf8"
(openpgp-fingerprint
"8CCB A7F5 52B9 CBEA E1FB 2915 8328 C747 0FF1 D807"))))
```
|