check not needed since we don't touch the global NIMBLE_DIR
This commit is contained in:
parent
170e650e53
commit
6cca018a82
|
@ -19,9 +19,7 @@ let
|
||||||
|
|
||||||
copyNimDeps = ''
|
copyNimDeps = ''
|
||||||
mkdir -p $NIMBLE_DIR/pkgs
|
mkdir -p $NIMBLE_DIR/pkgs
|
||||||
if [ ! -f $NIMBLE_DIR/packages_official.json ]; then
|
|
||||||
echo "[]" > $NIMBLE_DIR/packages_official.json
|
echo "[]" > $NIMBLE_DIR/packages_official.json
|
||||||
fi
|
|
||||||
'' + toString (map (dep: ''
|
'' + toString (map (dep: ''
|
||||||
if [ -d ${dep}/.nimble ]; then
|
if [ -d ${dep}/.nimble ]; then
|
||||||
cp -R ${dep}/.nimble/pkgs $NIMBLE_DIR
|
cp -R ${dep}/.nimble/pkgs $NIMBLE_DIR
|
||||||
|
|
Loading…
Reference in New Issue