-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
matrix-synapse-unwrapped: 1.110.0 -> 1.111.0 #327806
Conversation
This also reverts d2e41f1 as it is no longer necessary after element-hq/synapse#17353. This also adds the python-multipart dependency that was added in element-hq/synapse#17365 Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
Sorry for hijacking this, but how can I test this PR? I've tried those options, but it apparently doesn't work. nixpkgs-327806.url = "github:NixOS/nixpkgs/pull/327806/head"; services.matrix-synapse.package = inputs.nixpkgs-327806.legacyPackages.${pkgs.stdenv.hostPlatform.system}.matrix-synapse;
|
@Guanran928 citing the option description from search.nixos.org:
Depending on your flake, this will need to be modified a bit:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will test it today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Will merge tonight if it stays that way.
Successfully created backport PR for |
Description of changes
https://github.com/element-hq/synapse/releases/tag/v1.111.0
This also reverts d2e41f1 as it is no longer necessary after element-hq/synapse#17353.
This also adds the python-multipart dependency that was added in element-hq/synapse#17365
Signed-off-by: Sumner Evans sumner.evans@automattic.com
Things done
Running on my homeserver (with workers) and it's working fine.
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.