LucianoLaratelli / guix-grex

Guix pacakges for GReX pacakges and pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GReX Guix Packages

This repo provides the system configuration and associated packages for the GReX Guix components

Channel

To add the channel, add the following to your ~/.config/guix/channels.scm

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

About

Guix pacakges for GReX pacakges and pipeline

License:GNU General Public License v3.0


Languages

Language:Scheme 100.0%