Restore bitwarden-desktop after upstream upgrades past electron 39 #107
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
bitwarden-desktop2026.5.0 requires electron 39, which is EOL. Rather than allow the insecure electron viapermittedInsecurePackages, the package was removed fromhome-modules/desktop/default.nix.Upstream
Current remediation
home-modules/desktop/default.nix:37—bitwarden-desktopis commented out. Use the browser extension or web vault in the meantime.Re-add the package once bitwarden-desktop ships a release built against electron 41+ and lands in nixpkgs.