Skip to content

Guix channel for packages used by UiO

License

Notifications You must be signed in to change notification settings

unioslo/guix-uio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/unioslo/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

About

Guix channel for packages used by UiO

Topics

Resources

License

Stars

Watchers

Forks

Languages