We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like Bitwarden desktop client package is using electron_24. It should be using 25 now(?) https://github.com/bitwarden/clients/blob/master/package.json#L90 Also 2023.9.3 is now out while nixpkgs still is on 2023.9.0.
electron_24 is now EOL and building bitwarden requires allowing insecure packages.
@amarshall @Kiwi And @dotlambda since you touched this month ago and might help in case something breaks :)
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
nix-shell -p nix-info --run "nix-info -m"
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m" - system: `"x86_64-linux"` - host os: `Linux 6.1.57-xanmod1, NixOS, 23.11 (Tapir), 23.11.20231020.5672059` - multi-user?: `yes` - sandbox: `yes` - version: `nix-env (Nix) 2.17.1` - channels(root): `"nixos"` - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
The text was updated successfully, but these errors were encountered:
The electron is not outdated, the package just needs an update which will also fix this.
Sorry, something went wrong.
will be fixed with #260699
epic! thanks
No branches or pull requests
Describe the bug
It looks like Bitwarden desktop client package is using electron_24. It should be using 25 now(?) https://github.com/bitwarden/clients/blob/master/package.json#L90
Also 2023.9.3 is now out while nixpkgs still is on 2023.9.0.
Additional context
electron_24 is now EOL and building bitwarden requires allowing insecure packages.
Notify maintainers
@amarshall @Kiwi
And @dotlambda since you touched this month ago and might help in case something breaks :)
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: