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