New variable yarnMissingHashes to passthrough
This commit is contained in:
@@ -9,6 +9,7 @@ let
|
|||||||
srcOverride = pkgs.applyPatches {
|
srcOverride = pkgs.applyPatches {
|
||||||
version = mastodon-source.version;
|
version = mastodon-source.version;
|
||||||
yarnHash = mastodon-source.yarnHash;
|
yarnHash = mastodon-source.yarnHash;
|
||||||
|
yarnMissingHashes = mastodon-source.yarnMissingHashes;
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = mastodon-source.owner;
|
owner = mastodon-source.owner;
|
||||||
repo = mastodon-source.repo;
|
repo = mastodon-source.repo;
|
||||||
|
Reference in New Issue
Block a user