mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-19 05:04:39 +00:00
11 lines
313 B
Scheme
11 lines
313 B
Scheme
;; SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
|
|
;;
|
|
;; SPDX-License-Identifier: CC0-1.0
|
|
|
|
(use-modules (guix profiles)
|
|
(rosenthal packages))
|
|
|
|
(manifest (map package->manifest-entry
|
|
(filter rosenthal-disable-updater?
|
|
(all-rosenthal-packages))))
|