jlesquembre / clj-nix

Nix helpers for Clojure projects
https://jlesquembre.github.io/clj-nix/
Eclipse Public License 2.0
138 stars 19 forks source link

Add .clj-kondo/.cache to *path-filter* #126

Closed mjmeintjes closed 1 month ago

mjmeintjes commented 1 month ago

I had some problems with .clj-kondo/.cache folder being created in gitlibs causing a sha mismatch.

This patch adds .clj-kondo/.cache to *path-filter*. In order for this to work, I also had to change the filter to use str/ends-with?.

jlesquembre commented 1 month ago

@mjmeintjes Thanks!