diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-04-11 18:49:49 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-17 03:07:05 +0800 |
| commit | ca58363a7cb9b2347ed428043d62c42174635995 (patch) | |
| tree | 7c7ddcb5f6f5a74d672a8a25c3c643c72dea501d /guix | |
| parent | ace8be46a4cc1e4784385357d2c71058e7a65448 (diff) | |
hash: %vcs-directories: Add .jj for Jujutsu.
* guix/hash.scm (%vcs-directories): Add ".jj".
Merges: #7872
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/hash.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/hash.scm b/guix/hash.scm index 81f35d63df..e13260defd 100644 --- a/guix/hash.scm +++ b/guix/hash.scm @@ -29,7 +29,7 @@ (define %vcs-directories ;; Directory used for determining the kind of VCS. - (list ".bzr" ".git" ".hg" ".svn" "CVS")) + (list ".bzr" ".git" ".hg" ".jj" ".svn" "CVS")) (define* (vcs-file? file stat #:optional |
