rust-synapse-compress-state: rename from rust-synapse-state-compress

This was renamed by accident in
4b644d1457.

Undoing the change and adding an alias to for the people who already
updated their configs.
This commit is contained in:
Maximilian Bosch
2025-03-08 09:33:16 +01:00
parent 3847fafbbc
commit 7c97c44d2e
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -929,7 +929,7 @@ mapAliases {
matrique = throw "'matrique' has been renamed to/replaced by 'spectral'"; # Converted to throw 2024-10-17
matrix-sliding-sync = throw "matrix-sliding-sync has been removed as matrix-synapse 114.0 and later covers its functionality"; # Added 2024-10-20
matrix-synapse-tools = recurseIntoAttrs {
rust-synapse-state-compress = lib.warnOnInstantiate "`matrix-synapse-tools.rust-synapse-compress-state` has been renamed to `rust-synapse-compress-state`" rust-synapse-state-compress;
rust-synapse-compress-state = lib.warnOnInstantiate "`matrix-synapse-tools.rust-synapse-compress-state` has been renamed to `rust-synapse-compress-state`" rust-synapse-compress-state;
synadm = lib.warnOnInstantiate "`matrix-synapse-tools.synadm` has been renamed to `synadm`" synadm;
}; # Added 2025-02-20
maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17
@@ -1305,6 +1305,7 @@ mapAliases {
rtx = mise; # Added 2024-01-05
runCommandNoCC = runCommand;
runCommandNoCCLocal = runCommandLocal;
rust-synapse-state-compress = rust-synapse-compress-state;
rustc-wasm32 = rustc; # Added 2023-12-01
rustfilt = throw "'rustfilt' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
rustic-rs = rustic; # Added 2024-08-02