Problem
Since end of May 2026 the bitwarden-desktop package (version 2026.3.1) seems to be failing to build on NixOS 26.05 due an outdated electron dependency.
So commands like sudo nixos-rebuild switch --upgrade or sudo curios-update --update or curios-manager -> update menu will fail to update the whole system.
Solution
Temporarily disable bitwarden-desktop with:
sudo curios-update --update-module curios.desktop.utility.bitwarden.enable false && sudo curios-update --update
Problem
Since end of May 2026 the bitwarden-desktop package (version 2026.3.1) seems to be failing to build on NixOS 26.05 due an outdated electron dependency.
So commands like
sudo nixos-rebuild switch --upgradeorsudo curios-update --updateorcurios-manager-> update menu will fail to update the whole system.Solution
Temporarily disable bitwarden-desktop with: