Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 472 Bytes

Guix-DYOGEN

This Guix channel features software developed at the DYOGEN lab.

To add this channel to your Guix channels, append the following snippet to ~/.config/guix/channels.scm:

(cons (channel
        (name 'dyogen)
        (url "https://github.com/delehef/guix-dyogen.git"))
      %default-channels)