aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-27 20:15:12 -0500
committerKyle Meyer <kyle@kyleam.com>2020-02-28 13:34:12 -0500
commit66a97cda06e3e8297505fde978846792f14a9af1 (patch)
treefd973f4c12526cc9da4c87f35e7afead475a4d56
parent9af011208969d1418491623f2a4e81c8c5e58037 (diff)
downloadguix-packages-66a97cda06e3e8297505fde978846792f14a9af1.tar.gz
git-annex-dev: Change source directory location
Use a dedicated worktree, so that I can move around in the main worktree without changing where git-annex-dev points.
-rw-r--r--km-packages/git-annex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/km-packages/git-annex.scm b/km-packages/git-annex.scm
index 40a1cc6..2674c26 100644
--- a/km-packages/git-annex.scm
+++ b/km-packages/git-annex.scm
@@ -37,7 +37,7 @@
#:use-module (ice-9 rdelim))
(define %source-dir
- (string-append (getenv "HOME") "/src/haskell/git-annex"))
+ (string-append (getenv "HOME") "/src/haskell/git-annex-for-guix"))
;; Copied from guile-daemon.
(define (git-output . args)