View the channels video for details on how to set up a Guix channel.
- Installation
labsolns can be installed as a Guix
channel. To do so, add it to
~/.config/guix/channels.scm
:
1 | (cons* (channel |
Then run guix pull
.
If you receive error messages like “…commit nnnn is not a descendant of nnnnn …” use
guix pull –allow-downgrades
.