From ebdb272cd4fa2220d0765a4f7c0ee91d7d1a91d6 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues Date: Sat, 30 Aug 2025 13:20:26 +1000 Subject: [PATCH] aliases: add trillium-next-* Removed in https://www.github.com/NixOS/nixpkgs/pull/434791 Signed-off-by: Fernando Rodrigues --- pkgs/top-level/aliases.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 145fddcfad51..7cc9a3830676 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2323,6 +2323,8 @@ mapAliases { transifex-client = transifex-cli; # Added 2023-12-29 trfl = throw "trfl has been removed, because it has not received an update for 3 years and was broken"; # Added 2024-07-25 trezor_agent = trezor-agent; # Added 2024-01-07 + trilium-next-desktop = trilium-desktop; # Added 2025-08-30 + trilium-next-server = trilium-server; # Added 2025-08-30 trojita = throw "'trojita' has been dropped as it depends on KDE Gear 5, and is unmaintained"; # Added 2025-08-20 trust-dns = hickory-dns; # Added 2024-08-07 ttyrec = throw "'ttyrec' has been renamed to/replaced by 'ovh-ttyrec'"; # Converted to throw 2024-10-17