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

Refactor CLI to be more granular #53

Closed jlesquembre closed 1 year ago

jlesquembre commented 1 year ago

Currently, all dependencies in all aliases are added to the lock file. Add some flags to the CLI to allow users to manually define the deps.edn files, and the aliases to use. Probably we want to use a library to manage the CLI arguments, some candidates:

jlesquembre commented 1 year ago

Initial work done at #54

jlesquembre commented 1 year ago

Implemented in #63