diff options
| author | Marius Bakke | 2018-09-20 13:37:58 +0200 |
|---|---|---|
| committer | Marius Bakke | 2018-09-20 13:37:58 +0200 |
| commit | 2817ac3c18c1b1a6291c052bc61edd0947890a82 (patch) | |
| tree | 9985705b35274ae1d6655be789346a98beff63de /guix/git.scm | |
| parent | ecd13016517f0113016fef090782b725fd5e80ce (diff) | |
| parent | 3e12df7d71547b4eca718b6b0e1fc244722dcc39 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'guix/git.scm')
| -rw-r--r-- | guix/git.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/git.scm b/guix/git.scm index 3d0eb93d9..d00791666 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -36,7 +36,8 @@ latest-repository-commit)) (define %repository-cache-directory - (make-parameter "/var/cache/guix/checkouts")) + (make-parameter (string-append (cache-directory #:ensure? #f) + "/checkouts"))) (define-syntax-rule (with-libgit2 thunk ...) (begin |