Skip to content

Instantly share code, notes, and snippets.

@tiye
Created April 22, 2019 17:22
Show Gist options
  • Save tiye/d59a0a034b2cbbdfe86df814ee42136b to your computer and use it in GitHub Desktop.
Save tiye/d59a0a034b2cbbdfe86df814ee42136b to your computer and use it in GitHub Desktop.
Mirrors configs in shadow-cljs
{
:repositories {"central" {:url "https://maven.aliyun.com/nexus/content/groups/public/"}
"clojars" {:url "https://mirrors.ustc.edu.cn/clojars/"}
"maven-central" {:url "https://repo1.maven.org/maven2/"}
"clojars-default" {:url "https://clojars.org/repo"}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment