Skip to content

Packages that are inappropriate for upstream Guix

Notifications You must be signed in to change notification settings

mbakke/guix-nonfree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

guix-nonfree

Forgive me Stallman for I have sinned…

This repository contains non-free package modules for use with GNU Guix.

How to use

Create or modify the ~/.config/guix/channels.scm file so it looks something like this:

 (cons (channel
        (name 'nonfree)
        (url "https://gitlab.com/mbakke/guix-nonfree.git")
        (branch "master"))
       %default-channels)

Then invoke guix pull to make the new packages available.

Disclaimer

Do not use any packages from this repository unless you have read and understood their respective licenses, and know exactly what you are doing. Do contemplate the life choices that lead you to this point.

This project is not affiliated with GNU or Guix in any way.

About

Packages that are inappropriate for upstream Guix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 100.0%