mastodon
Some checks are pending
Plex Update / update (push) Waiting to run

This commit is contained in:
Vivian 2025-07-10 17:04:41 +02:00
parent 11e544d189
commit 59397eb79f
6 changed files with 276 additions and 222 deletions

View file

@ -23,11 +23,11 @@ echo
echo "Generating gemset.nix using built source derivation..."
rm -f gemset.nix
bundix --quiet --lockfile $srcdir/Gemfile.lock --gemfile $srcdir/Gemfile
echo "" >> gemset.nix
echo
echo "Generating missing yarn hashes file..."
yarn-berry-fetcher missing-hashes $srcdir/yarn.lock 2>/dev/null > ./missing-hashes.json
rm -f missing-hashes.json
yarn-berry-fetcher missing-hashes $srcdir/yarn.lock 2>/dev/null > missing-hashes.json
echo
echo "Prefetching yarn deps..."