Skip to content

mklntf/guix-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages