Compare commits

...

10 Commits

Author SHA1 Message Date
827cb18e36 first news entry 2025-08-14 16:33:56 -05:00
1b7ed16599 It helps if I'm not an idiot leaving strings laying around 2025-08-08 00:52:09 -05:00
f6b853278e was missing branch and it yells loudly into an unknowable void 2025-08-08 00:52:09 -05:00
15ba683697 Add NEWS 2025-08-08 00:52:09 -05:00
a1a415c2a7 Add keyring reference? 2025-08-08 00:52:09 -05:00
e4f44607ed swap README to use codeberg too 2025-08-08 00:52:09 -05:00
e5e683d83d swap to base on codeberg 2025-08-08 00:52:09 -05:00
4c031cdc9a Add our channel declaration 2025-08-08 00:52:05 -05:00
fbdf5921b2 Signing our commits going forward 2025-08-08 00:52:00 -05:00
81fb4ebbbb fix browsers 2025-08-07 20:29:00 -05:00
7 changed files with 32 additions and 5 deletions

4
.guix-authorizations Normal file
View File

@@ -0,0 +1,4 @@
(authorizations
(version 0)
(("AE6F 7F0F 6E0D AFB9 6E84 8994 C3A7 E8D7 2261 8435"
(name "GigiaJ"))))

View File

@@ -1,7 +1,9 @@
(channel
(version 0)
(url "https://github.com/GigiaJ/gunit.git")
(url "https://codeberg.org/Gigia/gunit.git")
(directory "modules")
(keyring-reference "keyring")
(news-file NEWS)
(dependencies
(channel
(name nonguix)
@@ -12,6 +14,7 @@
(commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
(signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
(channel
(branch "main")
(name selected-guix-works)
(url "https://github.com/gs-101/selected-guix-works.git")
(introduction
@@ -21,6 +24,5 @@
"5d1270d51c64457d61cd46ec96e5599176f315a4")
(signer
"C780 21F7 34E4 07EB 9090 0CF1 4ACA 6D6F 89AB 3162"))))
"60C9 0CD0 ADFD B4CE BBDB 25EA CEDD AD9A 4E9A ECF9"
)
)

8
NEWS Normal file
View File

@@ -0,0 +1,8 @@
(channel-news
(version 0)
(entry
(commit "a07e3eb45dc5c5b600f373d6b2ed20e0f1323795")
(title (en "Revised for general release")
(eo "Reviziita por ĝenerala liberigo"))
(body (en "Channel revised to be streamlined, signed, and more appropriate for general usage.")
(eo " Kanalo reviziita por esti flulinia, subskribita, kaj pli konvena por ĝenerala uzokutimo."))))

View File

@@ -1,5 +1,18 @@
My *personal* channel where I build packages and service I use for GNU/Guix.
Channel declaration:
```
(channel
(name 'gunit)
(url "https://codeberg.org/Gigia/gunit.git")
(branch "channel")
(make-channel-introduction
"efaf0735519c85579b04baa0fb07d727aa55b128"
(openpgp-fingerprint
"AE6F 7F0F 6E0D AFB9 6E84 8994 C3A7 E8D7 2261 8435")))
```
## Packages
- **Browsers**
- Microsoft Edge

View File

@@ -3,7 +3,7 @@
;;; Copyright © 2022 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2022 Jonathan Brielmaier <jonathan.brielmaier@web.de>
(define-module (gchannel packages edge)
(define-module (gunit packages edge)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages curl)

View File

@@ -1,4 +1,4 @@
(define-module (gchannel packages floorp)
(define-module (gunit packages floorp)
#:use-module ((nonguix licenses) #:prefix license:)
#:use-module (guix gexp)
#:use-module (guix packages)

View File

@@ -3,7 +3,7 @@
;;; Copyright © 2022 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2022 Jonathan Brielmaier <jonathan.brielmaier@web.de>
(define-module (gchannel packages vivaldi)
(define-module (gunit packages vivaldi)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages curl)