* .guix/modules/pixelfed.scm (vcs-file?): Fix git-predicate.

This commit is contained in:
TakeV 2023-08-13 17:48:44 -07:00
parent 286fe74a20
commit e72cf6eaef
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#:use-module (guix packages))
(define vcs-file?
(or (git-predicate (current-source-directory))
(or (git-predicate "../..")
(const #t)))
(define-public pixelfed