/guix-uio

Guix channel for packages used by UiO

Primary LanguageSchemeGNU General Public License v3.0GPL-3.0

guix-uio

This is a Guix channel for packages used by UiO.

How to use

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

 (cons (channel
        (name 'uio)
        (url "https://github.com/mbakke/guix-uio.git")
        (branch "master")
        (introduction
         (make-channel-introduction
          "e346c14b72066b6347a3667d23d792ae664c0447"
          (openpgp-fingerprint
           "4D4E 49EE DF36 DA31 0D9D  7734 E871 8BA5 9114 1077"))))
       %default-channels)

Then run guix pull. Now the packages should be available.

For testing and development, you can use e.g.:

guix build -L . nivlheim