Eric Bavier 947e47c01b doc: Add links to Guix's manual. 4 years ago
..
README.m4 947e47c01b doc: Add links to Guix's manual. 4 years ago
list-packages.sh dbb53afab9 doc: Include list of packages in README.md. 4 years ago

README.m4

dnl -*- mode:markdown -*-
changequote(<<,>>)dnl
# bavier's Guix channel

This is bavier's personal Guix channel with some work-in-progress
packages and maybe some not-upstreamable.

## How to use this channel

Add

```
(channel
(name 'bavier)
(url "https://notabug.org/bavier/guix-bavier.git"))
```

to the list of channels in `~/.config/guix/channels.scm`.

If you've not already created such a file, you'll want to create such
a file and add the above to the list of default channels:

```
(cons (channel
(name 'bavier)
(url "https://notabug.org/bavier/guix-bavier.git"))
%default-channels)
```

For full details, see the
["Channels"](http://guix.gnu.org/manual/en/html_node/Channels.html)
section in [Guix's manual](http://guix.gnu.org/manual/).

## Packages

include(<>)dnl