We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLJ_JVM_OPTS
1 parent 3122287 commit 34016f1Copy full SHA for 34016f1
default.nix
@@ -61,6 +61,9 @@ in {
61
chmod -R +w .
62
63
# Ensures that clojure creates all the caches in our empty separate home directory
64
+ # We cannot use CLJ_JVM_OPTS here, because we want to override where `clojure`
65
+ # resolves _itself_ from as well as the classpath that it builds
66
+ # https://clojure.org/reference/clojure_cli#env_vars
67
export JAVA_TOOL_OPTIONS="-Duser.home=$tmp/home"
68
69
${command}
0 commit comments