clojure-nix-locker icon indicating copy to clipboard operation
clojure-nix-locker copied to clipboard

Still isolated with writeable home

Open danieroux opened this issue 11 months ago • 3 comments

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.

danieroux avatar Mar 17 '24 20:03 danieroux