bitwarden: temp remove desktop as Electron 39 is EOL

This commit is contained in:
2026-06-01 11:19:09 +02:00
parent dd6ad70e7c
commit d79e9ae0b1
+2 -1
View File
@@ -22,7 +22,8 @@
usbutils # used for lsusb usbutils # used for lsusb
self.packages.${pkgs.system}.custom-tomato self.packages.${pkgs.system}.custom-tomato
self.packages.${pkgs.system}.custom-syllabes 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 fluffychat # matrix client
]; ];
}; };