38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
# noisytoot's GNU Guix channel
|
|
|
|
Packages in this channel should be fully free software, but they are not
|
|
necessarily ready to be upstreamed. Possible reasons include:
|
|
|
|
- Not having a proper synopsis and description written yet.
|
|
- Not being bootstrappable.
|
|
- Containing bundled packages that haven't been unbundled.
|
|
- Not having proper releases.
|
|
- Being specific to a certain use-case.
|
|
|
|
It may also contain packages that are suitable for upstream inclusion and I
|
|
just haven't submitted yet, or packages that I have submitted and haven't been
|
|
added yet.
|
|
|
|
The primary URL of this channel is on
|
|
[git.noisytoot.org](https://git.noisytoot.org/noisytoot/guix-channel), but the
|
|
mirror on [sr.ht](https://git.sr.ht/~noisytoot/guix-channel) is also updated.
|
|
|
|
## Usage
|
|
|
|
```scheme
|
|
(channel
|
|
(name 'noisytoot)
|
|
(url "https://git.noisytoot.org/noisytoot/guix-channel")
|
|
(branch "master")
|
|
(introduction
|
|
(make-channel-introduction
|
|
"9e5feb9b9c7a92b28f8b8fe737b13f5ca786e0a1"
|
|
(openpgp-fingerprint
|
|
"61C5 28F6 1F2C FADA 9526 A45B 1D43 EF4F 4492 268B"))))
|
|
```
|
|
|
|
### Authenticating using `guix git authenticate`
|
|
|
|
```sh
|
|
guix git authenticate 9e5feb9b9c7a92b28f8b8fe737b13f5ca786e0a1 "61C5 28F6 1F2C FADA 9526 A45B 1D43 EF4F 4492 268B"
|
|
```
|