clojure-nix-locker
clojure-nix-locker copied to clipboard
Simple and flexible tool to build clojure projects with Nix
Results
2
clojure-nix-locker issues
Sort by
recently updated
recently updated
newest added
This PR adds new functionality, and builds on top of #10. `shellEnv` overrides `$JAVA_TOOL_OPTIONS` and `$HOME` to the locked classpath. Great for building, not great for devShells. `lockedClojure` is exported...
At the moment, `standaloneLocker` as exposed by the result of `default.nix` is actually not quite standalone: It relies on `nix-prefetch-git` being available on `PATH` and with https://github.com/bevuta/clojure-nix-locker/pull/7, it also requires...