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

Eric Bavier 89388c90fa packages: edbrowse: Update to 3.8.0. 2 years ago
bavier 89388c90fa packages: edbrowse: Update to 3.8.0. 2 years ago
build-aux 947e47c01b doc: Add links to Guix's manual. 4 years ago
.dir-locals.el 58c116e3bd Add .dir-locals.el. 4 years ago
.gitignore 67b9a933bd Add gitignore. 4 years ago
LICENSE 1a8c92cf72 Initial commit 4 years ago
Makefile af556e715d doc: Remove outdated comment in Makefile. 3 years ago
README.md 89388c90fa packages: edbrowse: Update to 3.8.0. 2 years ago

README.md

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" section in Guix's manual.

Packages