This commit is contained in:
Nathan Dwarshuis 2021-03-14 20:51:02 -04:00
parent ff139d9da1
commit 5e5a207ee9
2 changed files with 4 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
{:user {:local-repo #=(eval (str (System/getenv "XDG_CACHE_HOME") "/m2"))
:repositories {"local" {:url #=(eval (str "file://" (System/getenv "XDG_DATA_HOME") "/m2"))
:releases {:checksum :ignore}}}
}}