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 = ''
|
||||
mkdir -p $NIMBLE_DIR/pkgs
|
||||
if [ ! -f $NIMBLE_DIR/packages_official.json ]; then
|
||||
echo "[]" > $NIMBLE_DIR/packages_official.json
|
||||
fi
|
||||
echo "[]" > $NIMBLE_DIR/packages_official.json
|
||||
'' + toString (map (dep: ''
|
||||
if [ -d ${dep}/.nimble ]; then
|
||||
cp -R ${dep}/.nimble/pkgs $NIMBLE_DIR
|
||||
|
|
Loading…
Reference in New Issue