clojure-nix-locker
clojure-nix-locker copied to clipboard
Still isolated with writeable home
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 from customLocker
which allows clojure
and clj
to be locked in the shell, and $HOME
to remain writeable.
The example has been updated accordingly, as well as the example README.
Also added a comment on why CLJ_JVM_OPTS
is insufficient for clojure-nix-locker
.