mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-21 16:08:07 +01:00
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.
c1091e600a
* nongnu/packages/linux.scm (linux-4.9): New variable. |
||
---|---|---|
nongnu/packages | ||
nonguix | ||
.dir-locals.el | ||
COPYING | ||
README.org |
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)