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 c1091e600a nongnu: Add linux@4.9.
* nongnu/packages/linux.scm (linux-4.9): New variable.
2019-05-27 16:54:30 -05:00
nongnu/packages nongnu: Add linux@4.9. 2019-05-27 16:54:30 -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 README.org: Change URL to reflect new repository home. 2019-05-27 16:36:21 -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/nonguix/nonguix"))
         %default-channels)