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 $HOME
|
||||||
mkdir -p ${target}
|
mkdir -p ${target}
|
||||||
mkdir -p $BHOME
|
mkdir -p $BHOME
|
||||||
cp ${build-tools-deps} $BHOME/deps.edn
|
cp ${build-tools-deps}/deps.edn $BHOME/deps.edn
|
||||||
|
|
||||||
clojure \
|
clojure \
|
||||||
-Scp .:${build-tools-jar}:${classpath} \
|
-Scp .:${build-tools-jar}:${classpath} \
|
||||||
|
|
Loading…
Reference in New Issue