Generating the lockfile
April 10, 2024 ยท View on GitHub
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.