mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
10 lines
303 B
Scheme
10 lines
303 B
Scheme
;; SPDX-License-Identifier: CC0-1.0
|
|
;; Copyright © 2025 Hilton Chain <hako@ultrarare.space>
|
|
|
|
(use-modules (guix packages)
|
|
(guix profiles)
|
|
(rosenthal utils packages))
|
|
|
|
(manifest (map package->manifest-entry
|
|
(filter supported-package? (all-rosenthal-packages))))
|