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

Fix "Argument list too long" error #81

Closed jlesquembre closed 1 year ago

jlesquembre commented 1 year ago

There is a limit on the size of the command line arguments. Write the lock file to a temp file to avoid hitting the limit.