Attempt to force local build of synapse patch?

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 22:45:56 +02:00
parent ac36a08bf2
commit e39e2ff7b8
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -13,6 +13,8 @@ pkgs:
(pkgs.fetchurl { (pkgs.fetchurl {
url = "https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/16504.patch"; url = "https://patch-diff.githubusercontent.com/raw/matrix-org/synapse/pull/16504.patch";
hash = "sha256-hjUOmsl06gVPewRdg/DyO9E5bSkIRNBAFJIrWqUsT6Y="; hash = "sha256-hjUOmsl06gVPewRdg/DyO9E5bSkIRNBAFJIrWqUsT6Y=";
} // {
requiredSystemFeatures = [ "local" ];
}) })
]; ];
}); });