mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
8 lines
227 B
Scheme
8 lines
227 B
Scheme
;;; SPDX-FileCopyrightText: 2023 Hilton Chain <hako@ultrarare.space>
|
|
;;;
|
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
(define-module (rosenthal packages tree-sitter)
|
|
#:use-module (guix gexp)
|
|
#:use-module (guix packages))
|