# SPDX-FileCopyrightText: 2025 Evgeny Pisemsky # SPDX-License-Identifier: GPL-3.0-or-later #+title: cogd #+subtitle: Channel of guix definitions * Setup This is a guix channel. To setup and use it, add the following record: #+begin_example (channel (name 'cogd) (url "https://repo.pisemsky.site/git/cogd") (introduction (make-channel-introduction "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728" (openpgp-fingerprint "15FF37F790C1BADB35B3752BE3D3B72AB5733021")))) #+end_example to your guix channel configuration file, save it, and run =guix pull=. # Local Variables: # mode: org # End: