9 lines
172 B
Scheme
9 lines
172 B
Scheme
|
(use-modules (guix))
|
||
|
|
||
|
(add-to-load-path (string-append (current-source-directory) "/../.guix/modules"))
|
||
|
|
||
|
(use-modules
|
||
|
(data-gitea-markdown-package))
|
||
|
|
||
|
data-gitea-markdown
|