New variable yarnMissingHashes to passthrough

This commit is contained in:
2025-07-16 15:28:37 +00:00
parent 965b63084e
commit 02c1f0615a

View File

@@ -9,6 +9,7 @@ let
srcOverride = pkgs.applyPatches {
version = mastodon-source.version;
yarnHash = mastodon-source.yarnHash;
yarnMissingHashes = mastodon-source.yarnMissingHashes;
src = pkgs.fetchFromGitHub {
owner = mastodon-source.owner;
repo = mastodon-source.repo;