This includes an overhaul of the install script, using patchelf to set
the interpreter and the libraries. This reflects a lot of what I've
learned about electron + nixos over the last few months.
This change is motivated by the fact that 1Password's version of
electron changed, probably leading to crashes that I've been seeing when
I try to update the Nix derivation to the latest versions.
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
Also modify the update script to work again.
Note that prior versions were also part of the Linux beta. So, the use
of BETA in the version does not mean that this update switch from a
stable version to a beta version.
AgileBits now provides tarballs of 1Password for Linux, which is more
convenient for us than AppImages.
Also include the browser support and keyring helper programs.
Thanks to Savanni D'Gerinel for providing many of the changes made in
this PR.