diff --git a/lxc/executors/clojure b/lxc/executors/clojure index 7298893..f82f9e8 100644 --- a/lxc/executors/clojure +++ b/lxc/executors/clojure @@ -1,4 +1,4 @@ #!/bin/bash cd /tmp/$1 -timeout -s KILL 10 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin +timeout -s KILL 10 xargs -a args.args -d '\n' clojure -Sdeps '{:mvn/local-repo "/opt/.m2/repository"}' -M code.code < stdin.stdin