From 141e111a489ce91fac611537f6b718a57f556c4e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Dec 2024 19:15:02 -0500 Subject: update repo path resolution in scripts --- scripts/update-commits | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/update-commits') diff --git a/scripts/update-commits b/scripts/update-commits index 15e38b1..fc19f40 100755 --- a/scripts/update-commits +++ b/scripts/update-commits @@ -15,9 +15,7 @@ ;; (define %dotfiles-dir - (string-append - (getenv "HOME") - "/.config/guix")) + (dirname (dirname (current-filename)))) (define %guix-channels-file (string-append %dotfiles-dir "/channels.scm")) -- cgit v1.2.3-freya