Compare commits

..

9 Commits

Author SHA1 Message Date
Hilton Chain
f029e2fc61
rosenthal: iocaine/dolly: Update to 2.5.1.
* modules/rosenthal/packages/web.scm (iocaine/dolly): Update to 2.5.1.
2025-09-24 18:57:25 +08:00
Hilton Chain
c28023f31f
rosenthal: hugo: Update to 0.150.0.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.150.0.
2025-09-24 18:57:24 +08:00
Hilton Chain
812cad2d4d
rosenthal: tailscale: Update to 1.88.1.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.88.1.
2025-09-24 18:54:10 +08:00
Hilton Chain
10441b58ce
rosenthal: sing-box: Update to 1.12.8.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.8.
2025-09-24 18:54:10 +08:00
Hilton Chain
c6dd492c40
rosenthal: mihomo: Update to 1.19.13.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.13.
2025-09-24 18:54:10 +08:00
Hilton Chain
891a615e25
rosenthal: cloudflared: Update to 2025.9.1.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.9.1.
2025-09-24 18:54:10 +08:00
Hilton Chain
2f54139e5f
rosenthal: prometheus-bin: Update to 3.6.0.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.6.0.
2025-09-24 18:54:09 +08:00
Hilton Chain
9899668601
README: Add CI badge.
* README.org: Unwrap lines.
Add CI badge.
2025-09-24 15:19:18 +08:00
Hilton Chain
f1fa3f49ba
rosenthal: Add cuirass/dolly.
* modules/rosenthal/packages/ci.scm (cuirass/dolly): New variable.
2025-09-23 23:26:40 +08:00
3 changed files with 34 additions and 30 deletions

View File

@ -3,15 +3,15 @@
#+TITLE: Rosenthal - A certain Guix channel #+TITLE: Rosenthal - A certain Guix channel
Rosenthal is a Guix channel (see [[https://guix.gnu.org/manual/devel/en/html_node/Channels.html][Channels]] in /GNU Guix Reference Manual/) #+html: <a href="https://ci.guix.moe/jobset/rosenthal"><img src="https://ci.guix.moe/jobset/rosenthal/badge.svg?type=1"></a>
created for experiments. It currently holds some packages and services not
ready for upstreaming to [[https://guix.gnu.org/][GNU Guix]].
You can use [[https://toys.whereis.social/][toys]] to search packages and services from Rosenthal and other Guix Rosenthal is a Guix channel (see [[https://guix.gnu.org/manual/devel/en/html_node/Channels.html][Channels]] in /GNU Guix Reference Manual/) created for experiments. It currently holds some packages and services not ready for upstreaming to [[https://guix.gnu.org/][GNU Guix]].
channels.
Note that all contents in this channel are subject to change and may be deleted Substitutes for this channel are available via [[https://ci.guix.moe/][Guix Moe CI]], see [[https://ultrarare.space/en/posts/guix-build-farm/][its blog post]] for setup and more information. [[https://codeberg.org/hako/Testament/issues][Send a request]] if you'd like to see substitutes available for more channels.
**at any time**, please [[https://codeberg.org/hako/Rosenthal/issues][report an issue]] if you are affected.
You can use [[https://toys.whereis.social/][toys]] to search packages and services from Rosenthal and other Guix channels.
Note that all contents in this channel are subject to change and may be deleted **at any time**, please [[https://codeberg.org/hako/Rosenthal/issues][report an issue]] if you are affected.
Channel specification: Channel specification:
#+begin_src scheme #+begin_src scheme
@ -26,17 +26,4 @@ Channel specification:
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7")))) "13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))
#+end_src #+end_src
For configuration, see [[https://guix.gnu.org/manual/devel/en/html_node/Specifying-Additional-Channels.html][Specifying Additional Channels]], [[https://guix.gnu.org/manual/devel/en/html_node/Customizing-the-System_002dWide-Guix.html][Customizing the For configuration, see [[https://guix.gnu.org/manual/devel/en/html_node/Specifying-Additional-Channels.html][Specifying Additional Channels]], [[https://guix.gnu.org/manual/devel/en/html_node/Customizing-the-System_002dWide-Guix.html][Customizing the System-Wide Guix]] and [[https://guix.gnu.org/manual/devel/en/html_node/Guix-Home-Services.html#index-home_002dchannels_002dservice_002dtype][~home-channels-service-type~]] in /GNU Guix Reference Manual/.
System-Wide Guix]] and [[https://guix.gnu.org/manual/devel/en/html_node/Guix-Home-Services.html#index-home_002dchannels_002dservice_002dtype][~home-channels-service-type~]] in /GNU Guix Reference
Manual/.
This channel provides substitutes built by [[https://ci.guix.moe/][Guix Moe CI]], see [[https://ultrarare.space/en/posts/guix-build-farm/][its blog post]] for
setup and more information. [[https://codeberg.org/hako/Testament/issues][Send a request]] if you'd like to see substitutes
available for more channels.
Wiki: https://codeberg.org/hako/Rosenthal/wiki
Git repositories:
- Codeberg: https://codeberg.org/hako/Rosenthal
- (backup) URSpace VCS: https://git.boiledscript.com/hako/Rosenthal
- (mirror) Github: https://github.com/rakino/Rosenthal

View File

@ -8,3 +8,20 @@
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module (gnu packages ci)) #:use-module (gnu packages ci))
(define-public cuirass/dolly
(let ((commit "6ea7d8d94010a00548968fcc3dd493af383c4000")
(revision "1"))
(package
(inherit cuirass)
(name "cuirass-dolly")
(version (git-version "1.3.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.guix.gnu.org/cuirass.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1clzkzclzqfivv7cpwh8r20j8j5nzfnzbf1rrnhcyc1gvlds7blb")))))))

View File

@ -288,7 +288,7 @@ from serving static websites to running dynamic web applications.")
(file-name "vendored-go-dependencies") (file-name "vendored-go-dependencies")
(sha256 (sha256
(base32 (base32
"00zxki2ps994sy55i3mx5c557vpjba9qi54p7b0vdjlicgxnxhsl"))) "1mhx00vsdpjfwqxln866ssdha0c081r15v6032q87hxh70b536iv")))
(package-source libsass) (package-source libsass)
(package-source libwebp))) (package-source libwebp)))
(home-page "https://gohugo.io/") (home-page "https://gohugo.io/")