Configure guix.scm to read the local dir
This commit is contained in:
parent
58388e63b3
commit
5e39b17af1
1 changed files with 16 additions and 12 deletions
4
guix.scm
4
guix.scm
|
@ -16,6 +16,10 @@
|
|||
(or (git-predicate (current-source-directory))
|
||||
(const #t)))
|
||||
|
||||
(define vcs-file?
|
||||
(or (git-predicate (current-source-directory))
|
||||
(const #t)))
|
||||
|
||||
(package
|
||||
(name "guile-guile-docs")
|
||||
(version "0.1")
|
||||
|
|
Loading…
Reference in a new issue