add mastodon

This commit is contained in:
Vivian 2022-10-02 16:04:25 +02:00
parent 2291b82c0c
commit ec3120b68f
3 changed files with 12 additions and 4 deletions

View file

@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
buildPhase = ''
export HOME=$PWD
export NODE_OPTIONS=--openssl-legacy-provider
fixup_yarn_lock ~/yarn.lock
yarn config --offline set yarn-offline-mirror ${yarnOfflineCache}
yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress