Go to file
2024-05-02 20:09:38 +03:00
glarus/packages erlang: new upstream release 2024-05-02 20:09:38 +03:00
.dir-locals.el initial commit 2024-03-14 19:33:03 +02:00
.gitignore initial commit 2024-03-14 19:33:03 +02:00
.guix-authorizations initial commit 2024-03-14 19:33:03 +02:00
.guix-channel initial commit 2024-03-14 19:33:03 +02:00
README.org fix introduction commit 2024-03-14 19:48:56 +02:00

Glarus Guix Channel

This is Glarus software repository for the GNU Guix package manager, which packages some software which may not be included in the official distribution for ethical or policy-related reasons. Also some packages are based on official ones, but include changes which do not compatible with Guix project's policy.

Installation

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

  (cons* (channel
          (name 'glarus)
          (url "https://code.glarus.dev/guix/channel.git")
          (introduction
           (make-channel-introduction
            "08f6249fba55c9aed16a8ffd897b28c823044b1f"
            (openpgp-fingerprint
             "9E23 D5BC AEB7 E364 7321  4A00 C3A7 8EB3 FEFE 6C04"))))
         %default-channels)

Then run guix pull.