From 7c97c44d2e442c7c26adbebe0ab74bb6938c1203 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 4 Mar 2025 23:20:09 +0100 Subject: [PATCH] rust-synapse-compress-state: rename from rust-synapse-state-compress This was renamed by accident in 4b644d14579db00c452358f990d6bdaf2ef8421b. Undoing the change and adding an alias to for the people who already updated their configs. --- .../Cargo.lock | 0 .../package.nix | 0 pkgs/top-level/aliases.nix | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) rename pkgs/by-name/ru/{rust-synapse-state-compress => rust-synapse-compress-state}/Cargo.lock (100%) rename pkgs/by-name/ru/{rust-synapse-state-compress => rust-synapse-compress-state}/package.nix (100%) diff --git a/pkgs/by-name/ru/rust-synapse-state-compress/Cargo.lock b/pkgs/by-name/ru/rust-synapse-compress-state/Cargo.lock similarity index 100% rename from pkgs/by-name/ru/rust-synapse-state-compress/Cargo.lock rename to pkgs/by-name/ru/rust-synapse-compress-state/Cargo.lock diff --git a/pkgs/by-name/ru/rust-synapse-state-compress/package.nix b/pkgs/by-name/ru/rust-synapse-compress-state/package.nix similarity index 100% rename from pkgs/by-name/ru/rust-synapse-state-compress/package.nix rename to pkgs/by-name/ru/rust-synapse-compress-state/package.nix diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 8ccf7791d8c6d3..0d360111d1c26f 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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