Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 302 Bytes

guix channel

The following definition goes into ~/.config/guix/channels.scm

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

Afterwards guix pull and guix install test-hello should work.