Update readme

Evgeny PisemskySat Jan 18 15:10:00+0300 2025

cdd9921

cogd
namelast commitdate
.guix-authorizationsAdd emacs-go-translateWed Jan 01 14:40:00+0300 2025
.guix-channelAdd emacs-go-translateWed Jan 01 14:40:00+0300 2025
LICENSES/Add emacs-go-translateWed Jan 01 14:40:00+0300 2025
READMEUpdate readmeSat Jan 18 15:10:00+0300 2025
modules/Add bcncSun Jan 12 14:10:15+0300 2025

README

1
# SPDX-FileCopyrightText: 2025 Evgeny Pisemsky <mail@pisemsky.site>
2
#
3
# SPDX-License-Identifier: GPL-3.0-or-later
4
5
#+title: cogd
6
#+subtitle: Channel of guix definitions
7
8
* Setup
9
10
This is a guix channel. To setup and use it, add the following record:
11
12
#+begin_example
13
(channel
14
 (name 'cogd)
15
 (url "https://repo.pisemsky.site/git/cogd")
16
 (introduction
17
  (make-channel-introduction
18
   "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728"
19
   (openpgp-fingerprint
20
    "15FF37F790C1BADB35B3752BE3D3B72AB5733021"))))
21
#+end_example
22
23
to your guix channel configuration file, save it, and run =guix pull=.
24
25
# Local Variables:
26
# mode: org
27
# End:
28