diff --git a/mastodon.nix b/mastodon.nix index fc40a1d..c5b6958 100644 --- a/mastodon.nix +++ b/mastodon.nix @@ -3,9 +3,11 @@ let secrets = import ./secrets.nix; - mastodon-source = pkgs.callPackage "${toString pkgs.path}/pkgs/servers/mastodon/source.nix" {}; + pr324586 = import {}; - mastodon-lor-sh = pkgs.mastodon.override { + mastodon-source = pkgs.callPackage "${toString pr324586.path}/pkgs/servers/mastodon/source.nix" {}; + + mastodon-lor-sh = pr324586.mastodon.override { srcOverride = pkgs.applyPatches { version = mastodon-source.version; yarnHash = mastodon-source.yarnHash;