Guix channel for packages that can't be included upstream. Please do NOT promote or refer to this repository on any official Guix communication channels.
Find a file
Alex Griffin 21a8b9a998 Add .dir-locals.el with Emacs settings.
* .dir-locals.el: New file.
2019-05-27 16:34:38 -05:00
nongnu/packages nongnu: Add broadcom-bt-firmware. 2019-05-26 20:11:05 -05:00
nonguix Add nonfree licenses. 2019-05-26 17:46:22 -05:00
.dir-locals.el Add .dir-locals.el with Emacs settings. 2019-05-27 16:34:38 -05:00
COPYING Initial commit with non-free Linux kernel. 2019-05-11 11:36:21 -05:00
README.org Add README.org 2019-05-11 12:55:52 -05:00

Nonguix

Nonguix is a software repository for the GNU Guix package manager, which packages some software which cannot be included in the official distribution for ethical or policy-related reasons.

Please do NOT promote this repository on any official Guix communication channels, such as their mailing lists or IRC channel, even in response to support requests! This is to show respect for the Guix project's strict policy against recommending nonfree software, and to avoid any unnecessary hostility.

Installation

Nonguix can be installed as a Guix channel. To do so, add it to ~/.config/guix/channels.scm:

  (cons* (channel
          (name 'nonguix)
          (url "https://gitlab.com/ajgrf/nonguix"))
         %default-channels)