Skip to content

Commit 7579152

Browse files
committed
fix deps.edn cache dir
1 parent 3f01556 commit 7579152

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/home.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
cljDeps = builtins.fetchurl { url = cljDepsUrl; };
3838
in
3939
{
40-
source = cljDeps;
40+
source = pkgs.replaceVars cljDeps {
41+
cacheDirectory = "${hm.config.xdg.cacheHome}/.cache/clojure";
42+
};
4143
};
4244

4345
home.packages = with pkgs; [

0 commit comments

Comments
 (0)