Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 710 Bytes

README.org

File metadata and controls

22 lines (18 loc) · 710 Bytes

Magueta’s GNU Guix channel

This repository is a GNU Guix channel for hosting Magueta’s packages, forked from nonguix.

Packages:

  • .NET (dotnet) 5.0.201
  • Firefox (nightly) 90.0.1

TODOs:

  • Fix discord execution by lacking wget
  • Remove packages such as omnisharp
  • Simplify build system structure
  • Add simple build packages such as mednafen
  • Add MageMacs as a emacs bundle

How can I add this channel?

;;Add the following to your .config/guix/channels.scm list
(channel
      (name 'mmaguetaguix)
      (url "https://github.com/MMagueta/MMaguetaGuix"))