Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreTheHunter committed Sep 12, 2022
1 parent a84470a commit 35e856b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 41 deletions.
73 changes: 33 additions & 40 deletions .clojure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,36 @@
;; For all attributes other than :paths, these config files are merged left to right.
;; Only the last :paths is kept and others are dropped.

{:aliases {:depify {:extra-deps {org.clojure/clojure {:mvn/version "1.10.1"}
depify/depify {:git/url "https://github.com/hagmonk/depify"
:sha "04329744872890711dbba8939a16e9987dd33bb3"}}
:main-opts ["-m" "depify.project"]}
:zprint {:extra-deps {org.clojure/clojure {:mvn/version "1.10.1"}
zprint/zprint {:mvn/version "0.4.9"}}
:main-opts ["-m" "zprint.main"]}}}

;; Paths
;; Directories in the current project to include in the classpath

;; :paths ["src"]

;; External dependencies

;; :deps {
;; org.clojure/clojure {:mvn/version "1.9.0"}
;; }

;; Aliases
;; resolve-deps aliases (-R) affect dependency resolution, options:
;; :extra-deps - specifies extra deps to add to :deps
;; :override-deps - specifies a coordinate to use instead of that in :deps
;; :default-deps - specifies a coordinate to use for a lib if one isn't found
;; make-classpath aliases (-C) affect the classpath generation, options:
;; :extra-paths - vector of additional paths to add to the classpath
;; :classpath-overrides - map of lib to path that overrides the result of resolving deps

;; :aliases {
;; :deps {:extra-deps {org.clojure/tools.deps.alpha {:mvn/version "0.2.196"}}}
;; :test {:extra-paths ["test"]}
;; }

;; Provider attributes

;; :mvn/repos {
;; "central" {:url "https://repo1.maven.org/maven2/"}
;; "clojars" {:url "https://clojars.org/repo"}
;; }

{
;; Paths
;; Directories in the current project to include in the classpath

;; :paths ["src"]

;; External dependencies

;; :deps {
;; org.clojure/clojure {:mvn/version "1.11.1"}
;; }

;; Aliases
;; resolve-deps aliases (-R) affect dependency resolution, options:
;; :extra-deps - specifies extra deps to add to :deps
;; :override-deps - specifies a coordinate to use instead of that in :deps
;; :default-deps - specifies a coordinate to use for a lib if one isn't found
;; make-classpath aliases (-C) affect the classpath generation, options:
;; :extra-paths - vector of additional paths to add to the classpath
;; :classpath-overrides - map of lib to path that overrides the result of resolving deps

;; :aliases {
;; :deps {:extra-deps {org.clojure/tools.deps.alpha {:mvn/version "0.14.1222"}}}
;; :test {:extra-paths ["test"]}
;; }

;; Provider attributes

;; :mvn/repos {
;; "central" {:url "https://repo1.maven.org/maven2/"}
;; "clojars" {:url "https://repo.clojars.org/"}
;; }
}
2 changes: 1 addition & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ source $OMF_PATH/init.fish
[ -s "$HOME/.jabba/jabba.fish" ]; and source "$HOME/.jabba/jabba.fish"

# Created by `pipx` on 2022-09-11 23:19:28
set PATH $PATH /Users/andre/.local/bin
set PATH $PATH "$HOME/.local/bin"

0 comments on commit 35e856b

Please sign in to comment.