mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-10-14 09:16:36 +00:00
Make lein and m2 follow XDG base dir spec
This commit is contained in:
parent
19b62c6d0e
commit
fcf31d2b7a
3 changed files with 6 additions and 0 deletions
4
home/.local/share/lein/profiles.clj
Normal file
4
home/.local/share/lein/profiles.clj
Normal 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}}}
|
||||
}}
|
Loading…
Add table
Add a link
Reference in a new issue