Copy the specific file

This commit is contained in:
niten 2022-05-29 10:55:51 -07:00
parent c7b5a45512
commit e98168687b
1 changed files with 1 additions and 1 deletions

View File

@ -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} \