Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 378 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 378 Bytes

Generating the lockfile

To generate the lockfile of all the deps:

nix run .#locker

Run this after modifying deps.edn.

Building uberjar using the lockfile classpath

nix build .#uberjar

Run uberjar:

./result/bin/simple

Starting a devshell with the locked classpath

nix develop

It will print out the current locked classpath.