Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 379 Bytes

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)