Copy the specific file
This commit is contained in:
parent
c7b5a45512
commit
e98168687b
|
@ -38,7 +38,7 @@ in stdenv.mkDerivation {
|
|||
mkdir -p $HOME
|
||||
mkdir -p ${target}
|
||||
mkdir -p $BHOME
|
||||
cp ${build-tools-deps} $BHOME/deps.edn
|
||||
cp ${build-tools-deps}/deps.edn $BHOME/deps.edn
|
||||
|
||||
clojure \
|
||||
-Scp .:${build-tools-jar}:${classpath} \
|
||||
|
|
Loading…
Reference in New Issue