Tweak docs

This commit is contained in:
Stéphan Kochen
2020-08-27 17:57:04 +02:00
parent d3c6821257
commit 71aaede50d
2 changed files with 55 additions and 9 deletions
-1
View File
@@ -57,7 +57,6 @@ in stdenv.mkDerivation {
runHook preConfigure
# Copy over the Yarn cache.
# TODO: Can we do without the copy somehow? Links don't work.
rm -fr '${cacheFolder}'
mkdir -p '${cacheFolder}'
pushd '${cacheFolder}' > /dev/null