Tim Walter
Results
1
comments of
Tim Walter
A workaround when using `deps.edn` is to simply reference Garden via its Git URL and a commit hash: ``` garden/garden {:git/url "https://github.com/noprompt/garden.git" :git/sha "05590ecb5f6fa670856f3d1ab400aa4961047480"} ``` Not as human-friendly as a...