From d79e9ae0b1edfd9b52b6ec82d5136bcaf479e39f Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Mon, 1 Jun 2026 11:19:09 +0200 Subject: [PATCH] bitwarden: temp remove desktop as Electron 39 is EOL --- modules/utilities/otherUtils.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/utilities/otherUtils.nix b/modules/utilities/otherUtils.nix index d5097ff..348e515 100644 --- a/modules/utilities/otherUtils.nix +++ b/modules/utilities/otherUtils.nix @@ -22,7 +22,8 @@ usbutils # used for lsusb self.packages.${pkgs.system}.custom-tomato self.packages.${pkgs.system}.custom-syllabes - pkgs-unstable.bitwarden-desktop + # Electron 39 EOL. https://github.com/bitwarden/clients/pull/20448 should move it to 41. For the moment use the browser extension + #pkgs-unstable.bitwarden-desktop fluffychat # matrix client ]; };