jlesquembre / clj-nix

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

Unsatisfiable condition for option `withLeiningen` #144

Closed JohnnyJayJay closed 2 weeks ago

JohnnyJayJay commented 2 weeks ago

This assert is unsatisfiable: https://github.com/jlesquembre/clj-nix/blob/ecd12b0bf03dd5e3f6980ffda96ab79f100edc35/helpers.nix#L57-L60

Since compileCljOpts and javacOpts are not booleans. I assume this is supposed to check with isNull instead.

JohnnyJayJay commented 2 weeks ago

Actually, what's the point of this option? It doesn't seem to do anything, when I'd expect it to add leiningen to the nativeBuildInputs or something. Is this intentional?